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.java156 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.cpp800 const sp<IBinder>& newParentHandle) { in reparentChildren()
815 const sp<IBinder>& newParentHandle) { in reparent()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1027 public void reparentChildren(IBinder newParentHandle) { in reparentChildren()
2411 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren()