Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlBackPressureTest.java101 private final Set<Long> mSurfaceControls = new HashSet<>(); field in ASurfaceControlBackPressureTest.BasicSurfaceHolderCallback
166 for (Long surfaceControl : mSurfaceControls) { in surfaceDestroyed()
170 mSurfaceControls.clear(); in surfaceDestroyed()
188 mSurfaceControls.add(surfaceControl); in createFromWindow()
DTrustedPresentationCallbackTest.java126 mActivity.mSurfaceControls.add(surfaceControl); in setBuffer()
438 private final ArraySet<SurfaceControl> mSurfaceControls = new ArraySet<>(); field in TrustedPresentationCallbackTest.TestActivity
491 for (SurfaceControl surfaceControl : mSurfaceControls) { in surfaceDestroyed()
495 mSurfaceControls.clear(); in surfaceDestroyed()
DASurfaceControlTest.java177 private final Set<Long> mSurfaceControls = new HashSet<>(); field in ASurfaceControlTest.BasicSurfaceHolderCallback
183 for (Long surfaceControl : mSurfaceControls) { in surfaceDestroyed()
187 mSurfaceControls.clear(); in surfaceDestroyed()
199 mSurfaceControls.add(surfaceControl); in createFromWindow()
207 mSurfaceControls.add(childSurfaceControl); in create()
DSurfaceControlTest.java143 private final Set<SurfaceControl> mSurfaceControls = new HashSet<>(); field in SurfaceControlTest.BasicSurfaceHolderCallback
156 for (SurfaceControl surfaceControl : mSurfaceControls) { in surfaceDestroyed()
160 mSurfaceControls.clear(); in surfaceDestroyed()
175 mSurfaceControls.add(surfaceControl); in createFromWindow()
186 mSurfaceControls.add(surfaceControl); in create()