Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java99 private ViewGroup mDeepShortcutContainer; field in PopupContainerWithArrow
237 return Arrays.asList(mSystemShortcutContainer, mWidgetContainer, mDeepShortcutContainer, in getChildrenForColorExtraction()
271 if (mDeepShortcutContainer == null) { in populateAndShow()
272 mDeepShortcutContainer = findViewById(R.id.deep_shortcuts_container); in populateAndShow()
275 mDeepShortcutContainer.setVisibility(View.VISIBLE); in populateAndShow()
278 DeepShortcutView v = inflateAndAdd(R.layout.deep_shortcut, mDeepShortcutContainer); in populateAndShow()
306 mDeepShortcutContainer.setVisibility(View.GONE); in populateAndShow()