Searched refs:reparentChildren (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h220 Transaction& reparentChildren(const sp<SurfaceControl>& sc,
224 // This can be used instead of reparentChildren if the caller wants to
/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h220 Transaction& reparentChildren(const sp<SurfaceControl>& sc,
224 // This can be used instead of reparentChildren if the caller wants to
/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
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java129 mSurfaceControl.reparentChildren(other.getHandle());
H A DWindowStateAnimator.java412 mReparentTransaction.reparentChildren(mPendingDestroySurface.mSurfaceControl,
/frameworks/native/services/surfaceflinger/
H A DLayer.h293 bool reparentChildren(const sp<IBinder>& layer);
H A DLayer.cpp1562 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { function in class:android::Layer
H A DSurfaceFlinger.cpp3476 if (layer->reparentChildren(s.reparentHandle)) {
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp398 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( function in class:android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp826 transaction->reparentChildren(ctrl, handle);
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp1089 ts.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle());
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp2005 t.reparentChildren(mFGSurfaceControl, mBGSurfaceControl->getHandle());
/frameworks/base/config/
H A Dboot-image-profile.txt6650 HPLandroid/view/SurfaceControl$Transaction;->reparentChildren(Landroid/view/SurfaceControl;Landroid/os/IBinder;)Landroid/view/SurfaceControl$Transaction;
[all...]

Completed in 297 milliseconds