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

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

Completed in 202 milliseconds