Home
last modified time | relevance | path

Searched defs:newParentHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp400 const sp<IBinder>& newParentHandle) { in reparentChildren()
413 const sp<IBinder>& newParentHandle) { in reparent()
/frameworks/base/core/java/android/view/
DSurfaceControl.java779 public void reparentChildren(IBinder newParentHandle) { in reparentChildren()
785 public void reparent(IBinder newParentHandle) { in reparent()
1499 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren()
1506 public Transaction reparent(SurfaceControl sc, IBinder newParentHandle) { in reparent()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1562 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren()
1594 bool Layer::reparent(const sp<IBinder>& newParentHandle) { in reparent()