Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java101 private ViewGroup mSystemShortcutContainer; field in PopupContainerWithArrow
288 mSystemShortcutContainer = this; in populateAndShow()
302 mSystemShortcutContainer = inflateAndAdd(R.layout.system_shortcut_icons, this); in populateAndShow()
305 R.layout.system_shortcut_icon_only, mSystemShortcutContainer, shortcut); in populateAndShow()
565 int count = mSystemShortcutContainer.getChildCount();
567 View systemShortcutView = mSystemShortcutContainer.getChildAt(i);
576 if (mSystemShortcutContainer != PopupContainerWithArrow.this) {
578 mSystemShortcutContainer, widgetInfo);
590 if (mSystemShortcutContainer != PopupContainerWithArrow.this) {
591 mSystemShortcutContainer.removeView(widgetsView);