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