Searched defs:detachChildren (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java133 void detachChildren() { method in class:WindowSurfaceController
136 mSurfaceControl.detachChildren();
H A DWindowStateAnimator.java1554 void detachChildren() { method in class:WindowStateAnimator
1556 mSurfaceController.detachChildren();
H A DAppWindowToken.java926 detachChildren();
931 void detachChildren() { method in class:AppWindowToken
935 w.mWinAnimator.detachChildren();
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp437 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::detachChildren( function in class:android::SurfaceComposerClient::Transaction
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1622 bool Layer::detachChildren() { function in class:android::Layer
1628 child->detachChildren();
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java791 public void detachChildren() { method in class:SurfaceControl
793 sGlobalTransaction.detachChildren(this);
1513 public Transaction detachChildren(SurfaceControl sc) { method in class:SurfaceControl.Transaction

Completed in 77 milliseconds