Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java161 public SurfaceControl.Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren()
/frameworks/base/native/android/
Dsurface_control.cpp316 …sp<IBinder> newParentHandle = (newParentSurfaceControl)? newParentSurfaceControl->getHandle() : nu… in ASurfaceTransaction_reparent() local
/frameworks/native/services/surfaceflinger/
DLayer.cpp1462 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren()
1495 bool Layer::reparent(const sp<IBinder>& newParentHandle) { in reparent()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp799 const sp<IBinder>& newParentHandle) { in reparentChildren()
814 const sp<IBinder>& newParentHandle) { in reparent()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1042 public void reparentChildren(IBinder newParentHandle) { in reparentChildren()
2441 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren()