Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java161 public SurfaceControl.Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in StubTransaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java1042 public void reparentChildren(IBinder newParentHandle) { in reparentChildren() method in SurfaceControl
1044 sGlobalTransaction.reparentChildren(this, newParentHandle); in reparentChildren()
2441 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in SurfaceControl.Transaction
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java126 mSurfaceControl.reparentChildren(other.getHandle()); in reparentChildrenInTransaction()
DWindowStateAnimator.java388 mReparentTransaction.reparentChildren(mPendingDestroySurface.mSurfaceControl, in destroyPreservedSurfaceLocked()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h380 Transaction& reparentChildren(const sp<SurfaceControl>& sc,
/frameworks/native/services/surfaceflinger/
DLayer.h299 virtual bool reparentChildren(const sp<IBinder>& layer);
DLayer.cpp1462 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() function in android::Layer
DSurfaceFlinger.cpp4061 if (layer->reparentChildren(s.reparentHandle)) { in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1043 ts.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle()); in TEST_F()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp797 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1143 transaction->reparentChildren(ctrl, handle); in nativeReparentChildren()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp4619 t.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle()); in TEST_F()