Searched refs:mOnLayoutListenerForShow (Results 1 – 1 of 1) sorted by relevance
159 private ViewTreeObserver.OnGlobalLayoutListener mOnLayoutListenerForShow; field in ProgramGuide560 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()