Home
last modified time | relevance | path

Searched refs:getBubbleText (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBubbleTextHolder.java24 BubbleTextView getBubbleText(); in getBubbleText() method
28 getBubbleText().setIconVisible(visible); in setIconVisible()
33 getBubbleText().setForceHideDot(hide); in setForceHideDot()
DOptionsPopupView.java190 view.getBubbleText().setText(item.label); in show()
DFloatingIconView.java256 v = ((BubbleTextHolder) v).getBubbleText(); in getLocationBoundsForView()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DBaseAccessibilityDelegate.java94 return holder.getBubbleText() != null && holder.getBubbleText().canShowLongPressPopup(); in itemSupportsLongClick()
DLauncherAccessibilityDelegate.java175 dragCondition = holder.getBubbleText() == null ? null in performAction()
176 : holder.getBubbleText().startLongPressAction(); in performAction()
201 ? ((BubbleTextHolder) host).getBubbleText() : null); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java117 public BubbleTextView getBubbleText() { in getBubbleText() method in DeepShortcutView
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java145 ? ((BubbleTextHolder) view).getBubbleText() in onAllAppsItemLongClick()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java152 shortcutView.getBubbleText(), in startDragOnLongClick()
162 view = ((BubbleTextHolder) view).getBubbleText(); in startDragOnLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java462 info.setIconAndLabelFor(shortcutView.getIconView(), shortcutView.getBubbleText()); in initializeSystemShortcut()