Searched refs:showForIcon (Results 1 – 8 of 8) sorted by relevance
76 PopupContainerWithArrow.showForIcon(mPopupContainerWithArrow.getOriginalIcon()); in onWidgetsBound()86 PopupContainerWithArrow.showForIcon(mPopupContainerWithArrow.getOriginalIcon()); in onWidgetsBound()
189 public static PopupContainerWithArrow<Launcher> showForIcon(BubbleTextView icon) { in showForIcon() method
202 return btv != null && PopupContainerWithArrow.showForIcon(btv) != null; in performAction()340 popup.showForIcon(item, info, options); in beginAccessibleDrag()
144 public PopupContainerWithArrow<BaseTaskbarContext> showForIcon(BubbleTextView icon) { in showForIcon() method in TaskbarPopupController
210 mControllers.taskbarPopupController.showForIcon(btv); in startInternalDrag()
1537 btv.post(() -> mControllers.taskbarPopupController.showForIcon(btv)); in showPopupMenuForIcon()
270 public void showForIcon(View icon, ItemInfo item, DragOptions dragOptions) { in showForIcon() method in KeyboardDragAndDropView
1284 PopupContainerWithArrow popup = PopupContainerWithArrow.showForIcon(this); in startLongPressAction()