HomeSort by relevance Sort by last modified time
    Searched defs:detachChildren (Results 1 - 9 of 9) sorted by null

  /frameworks/native/libs/gui/
SurfaceControl.cpp 194 status_t SurfaceControl::detachChildren() {
197 return mClient->detachChildren(mHandle);
SurfaceComposerClient.cpp 179 status_t detachChildren(const sp<SurfaceComposerClient>& client,
496 status_t Composer::detachChildren(
834 status_t SurfaceComposerClient::detachChildren(const sp<IBinder>& id) {
835 return getComposer().detachChildren(this, id);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 136 void detachChildren() {
139 mSurfaceControl.detachChildren();
WindowStateAnimator.java     [all...]
AppWindowToken.java     [all...]
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 456 public void detachChildren() {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 181 milliseconds