Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceControl.cpp188 status_t SurfaceControl::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() function in android::SurfaceControl
DSurfaceComposerClient.cpp482 status_t Composer::reparentChildren( in reparentChildren() function in android::Composer
829 status_t SurfaceComposerClient::reparentChildren(const sp<IBinder>& id, in reparentChildren() function in android::SurfaceComposerClient
/frameworks/base/core/java/android/view/
DSurfaceControl.java452 public void reparentChildren(IBinder newParentHandle) { in reparentChildren() method in SurfaceControl
/frameworks/native/services/surfaceflinger/
DLayer.cpp2619 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { function in android::Layer