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

  /frameworks/native/libs/gui/
SurfaceControl.cpp 188 status_t SurfaceControl::reparentChildren(const sp<IBinder>& newParentHandle) {
191 return mClient->reparentChildren(mHandle, newParentHandle);
SurfaceComposerClient.cpp 176 status_t reparentChildren(const sp<SurfaceComposerClient>& client,
482 status_t Composer::reparentChildren(
829 status_t SurfaceComposerClient::reparentChildren(const sp<IBinder>& id,
831 return getComposer().reparentChildren(this, id, newParentHandle);
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 452 public void reparentChildren(IBinder newParentHandle) {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 85 milliseconds