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

/frameworks/native/libs/gui/
H A DSurfaceControl.cpp188 status_t SurfaceControl::reparentChildren(const sp<IBinder>& newParentHandle) { function in class:android::SurfaceControl
191 return mClient->reparentChildren(mHandle, newParentHandle);
H A DSurfaceComposerClient.cpp176 status_t reparentChildren(const sp<SurfaceComposerClient>& client,
482 status_t Composer::reparentChildren( function in class:android::Composer
829 status_t SurfaceComposerClient::reparentChildren(const sp<IBinder>& id, function in class:android::SurfaceComposerClient
831 return getComposer().reparentChildren(this, id, newParentHandle);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java442 public void reparentChildren(IBinder newParentHandle) { method in class:SurfaceControl
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2544 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { function in class:android::Layer

Completed in 215 milliseconds