Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
H A DRegionSamplingHelper.java192 SurfaceControl wrappedStopLayer = stopLayerControl == null in updateSamplingListener() local
195 if (wrappedStopLayer != null && !wrappedStopLayer.isValid()) { in updateSamplingListener()
199 wrappedStopLayer, mSamplingRequestBounds); in updateSamplingListener()
203 mWrappedStopLayer = wrappedStopLayer; in updateSamplingListener()
214 SurfaceControl wrappedStopLayer = mWrappedStopLayer; in unregisterSamplingListener() local
219 if (wrappedStopLayer != null && wrappedStopLayer.isValid()) { in unregisterSamplingListener()
220 wrappedStopLayer.release(); in unregisterSamplingListener()