Home
last modified time | relevance | path

Searched refs:canShowLongPressPopup (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DBaseAccessibilityDelegate.java91 return ((BubbleTextView) host).canShowLongPressPopup(); in itemSupportsLongClick()
94 return holder.getBubbleText() != null && holder.getBubbleText().canShowLongPressPopup(); in itemSupportsLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1291 public boolean canShowLongPressPopup() { in canShowLongPressPopup() method in BubbleTextView