Searched refs:mSurfaceControls (Results 1 – 4 of 4) sorted by relevance
101 private final Set<Long> mSurfaceControls = new HashSet<>(); field in ASurfaceControlBackPressureTest.BasicSurfaceHolderCallback166 for (Long surfaceControl : mSurfaceControls) { in surfaceDestroyed()170 mSurfaceControls.clear(); in surfaceDestroyed()188 mSurfaceControls.add(surfaceControl); in createFromWindow()
126 mActivity.mSurfaceControls.add(surfaceControl); in setBuffer()438 private final ArraySet<SurfaceControl> mSurfaceControls = new ArraySet<>(); field in TrustedPresentationCallbackTest.TestActivity491 for (SurfaceControl surfaceControl : mSurfaceControls) { in surfaceDestroyed()495 mSurfaceControls.clear(); in surfaceDestroyed()
177 private final Set<Long> mSurfaceControls = new HashSet<>(); field in ASurfaceControlTest.BasicSurfaceHolderCallback183 for (Long surfaceControl : mSurfaceControls) { in surfaceDestroyed()187 mSurfaceControls.clear(); in surfaceDestroyed()199 mSurfaceControls.add(surfaceControl); in createFromWindow()207 mSurfaceControls.add(childSurfaceControl); in create()
143 private final Set<SurfaceControl> mSurfaceControls = new HashSet<>(); field in SurfaceControlTest.BasicSurfaceHolderCallback156 for (SurfaceControl surfaceControl : mSurfaceControls) { in surfaceDestroyed()160 mSurfaceControls.clear(); in surfaceDestroyed()175 mSurfaceControls.add(surfaceControl); in createFromWindow()186 mSurfaceControls.add(surfaceControl); in create()