Home
last modified time | relevance | path

Searched refs:canShow (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java165 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()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DCustomActionsPopup.java69 public boolean canShow() { in canShow() method in CustomActionsPopup
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java193 public static boolean canShow(View icon, ItemInfo item) { in canShow() method
209 if (!canShow(icon, item)) { in showForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2595 if (new CustomActionsPopup(this, currentFocus).canShow()) { in onProvideKeyboardShortcuts()