Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp398 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java779 public void reparentChildren(IBinder newParentHandle) { in reparentChildren() method in SurfaceControl
1499 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() method in SurfaceControl.Transaction
/frameworks/native/services/surfaceflinger/
DLayer.cpp1562 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() function in android::Layer