Пример #1
0
 /** Show the {@link FlyInMenu} if it is hidden, and hide it if it is shown. */
 protected void toggleFlyIn() {
   if (flyMenuView != null) flyMenuView.toggleMenu();
 }