Home
last modified time | relevance | path

Searched refs:mOnGlobalLayoutListener (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/pm/
DActivityBlockingActivity.java66 private final ViewTreeObserver.OnGlobalLayoutListener mOnGlobalLayoutListener = field in ActivityBlockingActivity
164 mToggleDebug.getViewTreeObserver().addOnGlobalLayoutListener(mOnGlobalLayoutListener); in displayDebugInfo()
222 mToggleDebug.getViewTreeObserver().removeOnGlobalLayoutListener(mOnGlobalLayoutListener); in onDestroy()
/packages/apps/Settings/src/com/android/settings/panel/
DPanelFragment.java96 private final ViewTreeObserver.OnGlobalLayoutListener mOnGlobalLayoutListener = field in PanelFragment
274 .addOnGlobalLayoutListener(mOnGlobalLayoutListener); in loadPanelWhenReady()