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