Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DSurfaceControlViewHostHelper.java52 private SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in SurfaceControlViewHostHelper
157 mSurfacePackage = mIAttachEmbeddedWindow.attachEmbedded(mSurfaceView.getHostToken(), in attachEmbedded()
159 mSurfaceView.setChildSurfacePackage(mSurfacePackage); in attachEmbedded()
169 return mSurfacePackage; in getSurfacePackage()
DSyncValidatorSCVHTestCase.java64 private SurfacePackage mSurfacePackage; field in SyncValidatorSCVHTestCase
103 syncGroup.add(mSurfacePackage, embeddedResizeRunnable);
127 if (mSurfacePackage == null) { in getChecker()
171 mSurfacePackage = mSurfaceControlViewHostHelper.getSurfacePackage();
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationListenerTest.java91 private SurfaceControlViewHost.SurfacePackage mSurfacePackage = null; field in TrustedPresentationListenerTest
101 if (mSurfacePackage != null) { in tearDown()
103 .reparent(mSurfacePackage.getSurfaceControl(), null).apply(); in tearDown()
104 mSurfacePackage.release(); in tearDown()
236 mSurfacePackage = scvh.getSurfacePackage(); in testAddListenerToScvh()
239 hostSurfaceView.setChildSurfacePackage(mSurfacePackage); in testAddListenerToScvh()