Home
last modified time | relevance | path

Searched refs:populateAndShow (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java216 container.populateAndShow(icon, itemInfo, SystemShortcutFactory.INSTANCE.get(launcher)); in showForIcon()
241 protected void populateAndShow( in populateAndShow() method
247 populateAndShow(icon, in populateAndShow()
258 protected void populateAndShow(final BubbleTextView originalIcon, int shortcutCount, in populateAndShow() method
DSystemShortcut.java150 widgetsBottomSheet.populateAndShow(itemInfo); in getOnClickListener()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java86 public void populateAndShow(ItemInfo itemInfo) { in populateAndShow() method in WidgetsBottomSheet