Home
last modified time | relevance | path

Searched refs:newParentHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.cpp1462 bool Layer::reparentChildren(const sp<IBinder>& newParentHandle) { in reparentChildren() argument
1465 if (newParentHandle == nullptr) { in reparentChildren()
1468 handle = static_cast<Handle*>(newParentHandle.get()); in reparentChildren()
1495 bool Layer::reparent(const sp<IBinder>& newParentHandle) { in reparent() argument
1503 if (mLayerDetached && newParentHandle == nullptr) { in reparent()
1508 if (newParentHandle != nullptr) { in reparent()
1509 auto handle = static_cast<Handle*>(newParentHandle.get()); in reparent()
1526 if (newParentHandle != nullptr) { in reparent()
DLayer.h300 virtual bool reparent(const sp<IBinder>& newParentHandle);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java156 public SurfaceControl.Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() argument
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h380 const sp<IBinder>& newParentHandle);
386 const sp<IBinder>& newParentHandle);
/frameworks/base/native/android/
Dsurface_control.cpp316 …sp<IBinder> newParentHandle = (newParentSurfaceControl)? newParentSurfaceControl->getHandle() : nu… in ASurfaceTransaction_reparent() local
319 transaction->reparent(surfaceControl, newParentHandle); in ASurfaceTransaction_reparent()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1027 public void reparentChildren(IBinder newParentHandle) { in reparentChildren() argument
1029 sGlobalTransaction.reparentChildren(this, newParentHandle); in reparentChildren()
2411 public Transaction reparentChildren(SurfaceControl sc, IBinder newParentHandle) { in reparentChildren() argument
2413 nativeReparentChildren(mNativeObject, sc.mNativeObject, newParentHandle); in reparentChildren()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp800 const sp<IBinder>& newParentHandle) { in reparentChildren() argument
807 s->reparentHandle = newParentHandle; in reparentChildren()
815 const sp<IBinder>& newParentHandle) { in reparent() argument
822 s->parentHandleForChild = newParentHandle; in reparent()