HomeSort by relevance Sort by last modified time
    Searched defs:shouldShow (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 784 * if shouldShow is false then the menu item is also no longer valid for keyboard shortcuts.
786 public static void setMenuItemPresent(Menu menu, int itemId, boolean shouldShow) {
787 setMenuItemPresent(menu.findItem(itemId), shouldShow);
792 * if shouldShow is false then the menu item is also no longer valid for keyboard shortcuts.
794 public static void setMenuItemPresent(MenuItem item, boolean shouldShow) {
798 item.setVisible(shouldShow);
799 item.setEnabled(shouldShow);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 201 milliseconds