Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRegionSamplingHelper.java161 SurfaceControl stopLayerControl = null; in updateSamplingListener() local
163 stopLayerControl = viewRootImpl.getSurfaceControl(); in updateSamplingListener()
165 if (stopLayerControl == null || !stopLayerControl.isValid()) { in updateSamplingListener()
179 stopLayerControl = null; in updateSamplingListener()
182 || mRegisteredStopLayer != stopLayerControl) { in updateSamplingListener()
187 stopLayerControl != null ? stopLayerControl.getHandle() : null, in updateSamplingListener()
190 mRegisteredStopLayer = stopLayerControl; in updateSamplingListener()