Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSimpleSurfaceAnimatable.java41 private final SurfaceControl mParentSurfaceControl; field in SimpleSurfaceAnimatable
59 mParentSurfaceControl = builder.mParentSurfaceControl; in SimpleSurfaceAnimatable()
119 return mParentSurfaceControl; in getParentSurfaceControl()
156 private SurfaceControl mParentSurfaceControl = null; field in SimpleSurfaceAnimatable.Builder
271 mParentSurfaceControl = parentSurfaceControl; in setParentSurfaceControl()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DScreenshotUtils.java53 SurfaceControl mParentSurfaceControl; field in ScreenshotUtils.BufferConsumer
60 mParentSurfaceControl = parentSc; in BufferConsumer()
79 mTransaction.reparent(mScreenshot, mParentSurfaceControl); in accept()
/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
DSurfaceInputTestActivity.java54 private SurfaceControl mParentSurfaceControl; field in SurfaceInputTestActivity
187 mParentSurfaceControl = mRemoteSurfaceView.getSurfaceControl();
209 if (mParentSurfaceControl == null || mIAttachEmbeddedWindow == null) { in loadEmbedded()
213 mIAttachEmbeddedWindow.attachEmbeddedSurfaceControl(mParentSurfaceControl, in loadEmbedded()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp341 mParentSurfaceControl = parentSc; in BlastInputSurface()
365 transactionBody(t, mParentSurfaceControl); in doTransaction()
371 t.show(mParentSurfaceControl); in showAt()
372 t.setLayer(mParentSurfaceControl, LAYER_BASE); in showAt()
373 t.setPosition(mParentSurfaceControl, x, y); in showAt()
374 t.setCrop(mParentSurfaceControl, crop); in showAt()
384 sp<SurfaceControl> mParentSurfaceControl; member in android::test::BlastInputSurface