Home
last modified time | relevance | path

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

/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
DSurfaceControlViewHostSyncTest.java49 private IAttachEmbeddedWindow mIAttachEmbeddedWindow; field in SurfaceControlViewHostSyncTest
63 mIAttachEmbeddedWindow = IAttachEmbeddedWindow.Stub.asInterface(service);
70 mIAttachEmbeddedWindow = null;
127 mIAttachEmbeddedWindow.relayout(lp); in resize()
158 if (mIAttachEmbeddedWindow == null) { in isReadyToAttach()
165 return mSurfaceCreated && mIAttachEmbeddedWindow != null && !mIsAttached in isReadyToAttach()
172 mIAttachEmbeddedWindow.attachEmbedded(mSv.getHostToken(), mSizes[0].x, mSizes[0].y, in loadEmbedded()
DSurfaceInputTestActivity.java53 private IAttachEmbeddedWindow mIAttachEmbeddedWindow; field in SurfaceInputTestActivity
62 mIAttachEmbeddedWindow = IAttachEmbeddedWindow.Stub.asInterface(service);
68 mIAttachEmbeddedWindow = null;
198 if (mIAttachEmbeddedWindow != null) {
200 mIAttachEmbeddedWindow.tearDownEmbeddedSurfaceControl();
209 if (mParentSurfaceControl == null || mIAttachEmbeddedWindow == null) { in loadEmbedded()
213 mIAttachEmbeddedWindow.attachEmbeddedSurfaceControl(mParentSurfaceControl, in loadEmbedded()