Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
H A 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()