Searched defs:shouldShow (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java899 public boolean shouldShow() { method in class:ExpandingEntryCardView
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java784 * 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) { argument
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) { argument
798 item.setVisible(shouldShow);
799 item.setEnabled(shouldShow);

Completed in 70 milliseconds