Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java156 public SurfaceControl.Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in StubTransaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java1027 public void reparentChildren(IBinder newParentHandle) { in reparentChildren() method in SurfaceControl
2411 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in SurfaceControl.Transaction
/frameworks/native/services/surfaceflinger/
DLayer.cpp1462 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() function in android::Layer
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp798 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren() function in android::SurfaceComposerClient::Transaction