Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java159 private ViewTreeObserver.OnGlobalLayoutListener mOnLayoutListenerForShow; field in ProgramGuide
560 mOnLayoutListenerForShow = in show()
569 mOnLayoutListenerForShow = null; in show()
609 mContainer.getViewTreeObserver().addOnGlobalLayoutListener(mOnLayoutListenerForShow); in show()
618 if (mOnLayoutListenerForShow != null) { in hide()
619 mContainer.getViewTreeObserver().removeOnGlobalLayoutListener(mOnLayoutListenerForShow); in hide()
620 mOnLayoutListenerForShow = null; in hide()