Searched refs:canShow (Results 1 – 4 of 4) sorted by relevance
165 return PopupContainerWithArrow.canShow(host, info) in itemSupportsLongClick()166 || new CustomActionsPopup(mLauncher, host).canShow(); in itemSupportsLongClick()189 if (PopupContainerWithArrow.canShow(host, item)) { in performAction()197 if (popup.canShow()) { in performAction()
69 public boolean canShow() { in canShow() method in CustomActionsPopup
193 public static boolean canShow(View icon, ItemInfo item) { in canShow() method209 if (!canShow(icon, item)) { in showForIcon()
2595 if (new CustomActionsPopup(this, currentFocus).canShow()) { in onProvideKeyboardShortcuts()