Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSetFrameRateTest.cpp125 void reparentChildren(sp<Layer> layer, sp<Layer> child);
155 void SetFrameRateTest::reparentChildren(sp<Layer> parent, sp<Layer> newParent) { in reparentChildren() function in android::SetFrameRateTest
156 parent.get()->reparentChildren(newParent); in reparentChildren()
451 reparentChildren(parent, parent2); in TEST_P()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java157 public SurfaceControl.Transaction reparentChildren(SurfaceControl sc, in reparentChildren() method in StubTransaction
/frameworks/native/services/surfaceflinger/
DLayer.h367 bool reparentChildren(const sp<IBinder>& newParentHandle);
368 void reparentChildren(const sp<Layer>& newParent);
DLayer.cpp1737 void Layer::reparentChildren(const sp<Layer>& newParent) { in reparentChildren() function in android::Layer
1749 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() function in android::Layer
1762 reparentChildren(newParent); in reparentChildren()
DSurfaceFlinger.cpp3779 if (layer->reparentChildren(s.reparentHandle)) { in setClientStateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java393 mPostDrawTransaction.reparentChildren( in preserveSurfaceLocked()
427 mPostDrawTransaction.reparentChildren( in destroyPreservedSurfaceLocked()
1365 mPostDrawTransaction.reparentChildren( in showSurfaceRobustlyLocked()
DWindowSurfaceController.java146 mSurfaceControl.reparentChildren(other.mSurfaceControl); in reparentChildrenInTransaction()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1221 public void reparentChildren(SurfaceControl newParent) { in reparentChildren() method in SurfaceControl
1223 sGlobalTransaction.reparentChildren(this, newParent); in reparentChildren()
2748 public Transaction reparentChildren(SurfaceControl sc, SurfaceControl newParent) { in reparentChildren() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h449 Transaction& reparentChildren(const sp<SurfaceControl>& sc,
/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp519 t.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle()); in TEST_F()
581 t.reparentChildren(mChild, mFGSurfaceControl->getHandle()); in TEST_F()
DSurfaceInterceptor_test.cpp417 t.reparentChildren(mBGSurfaceControl, mFGSurfaceControl->getHandle()); in reparentChildrenUpdate()
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp736 t.reparentChildren(mLayers[id], mLayers[c.parent_id()]->getHandle()); in setReparentChildrenChange()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1027 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren() function in android::SurfaceComposerClient::Transaction
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1603 ts.reparentChildren(Base::mFGSurfaceControl, Base::mBGSurfaceControl->getHandle()); in Test_ReparentChildren()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1295 transaction->reparentChildren(ctrl, newParent->getHandle()); in nativeReparentChildren()