Home
last modified time | relevance | path

Searched defs:reparentChildren (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSetFrameRateTest.cpp155 void SetFrameRateTest::reparentChildren(sp<Layer> parent, sp<Layer> newParent) { in reparentChildren() function in android::SetFrameRateTest
/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.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
/frameworks/base/core/java/android/view/
DSurfaceControl.java1221 public void reparentChildren(SurfaceControl newParent) { in reparentChildren() method in SurfaceControl
2748 public Transaction reparentChildren(SurfaceControl sc, SurfaceControl newParent) { in reparentChildren() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1027 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren() function in android::SurfaceComposerClient::Transaction