Home
last modified time | relevance | path

Searched defs:shouldShow (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DCondition.java112 public boolean shouldShow() { in shouldShow() method in Condition
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardAdapter.java159 countItem(mConditions.get(i), R.layout.condition_card, shouldShow, NS_CONDITION); in recountItems() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java786 public static void setMenuItemPresent(Menu menu, int itemId, boolean shouldShow) { in setMenuItemPresent()
787 setMenuItemPresent(menu.findItem(itemId), shouldShow); in setMenuItemPresent() local
794 public static void setMenuItemPresent(MenuItem item, boolean shouldShow) { in setMenuItemPresent()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java1028 public boolean shouldShow() { in shouldShow() method in ExpandingEntryCardView