Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java191 public static PopupContainerWithArrow showForIcon(BubbleTextView icon) { in showForIcon() method
563 PopupContainerWithArrow.showForIcon(mOriginalIcon);
573 PopupContainerWithArrow.showForIcon(mOriginalIcon);
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java216 PopupContainerWithArrow.showForIcon((BubbleTextView) host); in performAction()
274 return PopupContainerWithArrow.showForIcon((BubbleTextView) host) != null; in performAction()
448 popup.showForIcon(item, info, options); in beginAccessibleDrag()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java269 public void showForIcon(View icon, ItemInfo item, DragOptions dragOptions) { in showForIcon() method in KeyboardDragAndDropView
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1508 .showForIcon((BubbleTextView) child); in beginDragShared()