Searched refs:mLayoutListener (Results 1 – 2 of 2) sorted by relevance
83 private final ViewTreeObserver.OnGlobalLayoutListener mLayoutListener = field in CarListDialog209 mList.getViewTreeObserver().removeOnGlobalLayoutListener(mLayoutListener); in onStop()238 mList.getViewTreeObserver().addOnGlobalLayoutListener(mLayoutListener); in initializeList()
119 private LayoutListener mLayoutListener; field in ExpandableNotificationRow2227 mLayoutListener = listener;2231 mLayoutListener = null;2245 if (mLayoutListener != null) {2246 mLayoutListener.onLayout();