Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSideFragmentManager.java39 private ViewTreeObserver.OnGlobalLayoutListener mShowOnGlobalLayoutListener; field in SideFragmentManager
119 mShowOnGlobalLayoutListener = in show()
124 mShowOnGlobalLayoutListener = null; in show()
131 mPanel.getViewTreeObserver().addOnGlobalLayoutListener(mShowOnGlobalLayoutListener); in show()
152 if (mShowOnGlobalLayoutListener != null) { in hideAll()
155 mPanel.getViewTreeObserver().removeOnGlobalLayoutListener(mShowOnGlobalLayoutListener); in hideAll()
156 mShowOnGlobalLayoutListener = null; in hideAll()