Searched defs:shouldShow (Results 1 – 4 of 4) sorted by relevance
112 public boolean shouldShow() { in shouldShow() method in Condition
159 countItem(mConditions.get(i), R.layout.condition_card, shouldShow, NS_CONDITION); in recountItems() local
786 public static void setMenuItemPresent(Menu menu, int itemId, boolean shouldShow) { in setMenuItemPresent()787 setMenuItemPresent(menu.findItem(itemId), shouldShow); in setMenuItemPresent() local794 public static void setMenuItemPresent(MenuItem item, boolean shouldShow) { in setMenuItemPresent()
1028 public boolean shouldShow() { in shouldShow() method in ExpandingEntryCardView