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.java150 private ViewTreeObserver.OnGlobalLayoutListener mOnLayoutListenerForShow; field in ProgramGuide
502 mOnLayoutListenerForShow = new ViewTreeObserver.OnGlobalLayoutListener() { in show()
510 mOnLayoutListenerForShow = null; in show()
540 mContainer.getViewTreeObserver().addOnGlobalLayoutListener(mOnLayoutListenerForShow); in show()
551 if (mOnLayoutListenerForShow != null) { in hide()
552 mContainer.getViewTreeObserver().removeOnGlobalLayoutListener(mOnLayoutListenerForShow); in hide()
553 mOnLayoutListenerForShow = null; in hide()