Home
last modified time | relevance | path

Searched refs:showForIcon (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DLauncherPopupLiveUpdateHandler.java76 PopupContainerWithArrow.showForIcon(mPopupContainerWithArrow.getOriginalIcon()); in onWidgetsBound()
86 PopupContainerWithArrow.showForIcon(mPopupContainerWithArrow.getOriginalIcon()); in onWidgetsBound()
DPopupContainerWithArrow.java189 public static PopupContainerWithArrow<Launcher> showForIcon(BubbleTextView icon) { in showForIcon() method
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java202 return btv != null && PopupContainerWithArrow.showForIcon(btv) != null; in performAction()
340 popup.showForIcon(item, info, options); in beginAccessibleDrag()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java144 public PopupContainerWithArrow<BaseTaskbarContext> showForIcon(BubbleTextView icon) { in showForIcon() method in TaskbarPopupController
DTaskbarDragController.java210 mControllers.taskbarPopupController.showForIcon(btv); in startInternalDrag()
DTaskbarActivityContext.java1537 btv.post(() -> mControllers.taskbarPopupController.showForIcon(btv)); in showPopupMenuForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java270 public void showForIcon(View icon, ItemInfo item, DragOptions dragOptions) { in showForIcon() method in KeyboardDragAndDropView
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1284 PopupContainerWithArrow popup = PopupContainerWithArrow.showForIcon(this); in startLongPressAction()