Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DSurfaceControlViewHostHelper.java86 attachEmbedded(); in attachSurfaceView()
103 attachEmbedded();
118 attachEmbedded();
148 private void attachEmbedded() { in attachEmbedded() method in SurfaceControlViewHostHelper
157 mSurfacePackage = mIAttachEmbeddedWindow.attachEmbedded(mSurfaceView.getHostToken(), in attachEmbedded()
DEmbeddedSCVHService.java125 public SurfaceControlViewHost.SurfacePackage attachEmbedded(IBinder hostToken, int width, in attachEmbedded() method in EmbeddedSCVHService.AttachEmbeddedWindow
/cts/tests/surfacecontrol/src/android/view/cts/util/aidl/
DIAttachEmbeddedWindow.aidl27 …SurfacePackage attachEmbedded(IBinder hostToken, int width, int height, int displayId, long delayM… in attachEmbedded() method