Searched refs:mDeepShortcutContainer (Results 1 – 1 of 1) sorted by relevance
99 private ViewGroup mDeepShortcutContainer; field in PopupContainerWithArrow237 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()