Home
last modified time | relevance | path

Searched refs:reparentSurfaceControl (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java121 Mockito.doNothing().when(recordA).reparentSurfaceControl(any(), any()); in backTypeCrossTaskWhenBackToPreviousTask()
156 Mockito.doNothing().when(recordA).reparentSurfaceControl(any(), any()); in backTypeBackToHomeDifferentUser()
555 Mockito.doNothing().when(t).reparentSurfaceControl(any(), any());
556 Mockito.doNothing().when(r).reparentSurfaceControl(any(), any());
631 Mockito.doNothing().when(task).reparentSurfaceControl(any(), any());
651 Mockito.doNothing().when(task).reparentSurfaceControl(any(), any());
652 Mockito.doNothing().when(record1).reparentSurfaceControl(any(), any());
653 Mockito.doNothing().when(record2).reparentSurfaceControl(any(), any());
/aosp14/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp132 reparentSurfaceControl(rootSurfaceControl); in prepareRootSurfaceControl()
207 reparentSurfaceControl(nullptr); in removeOverlays()
252 void WebViewFunctor::reparentSurfaceControl(ASurfaceControl* parent) { in reparentSurfaceControl() function in android::uirenderer::WebViewFunctor
H A DWebViewFunctorManager.h92 void reparentSurfaceControl(ASurfaceControl* parent);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java670 reparentSurfaceControl(getSyncTransaction(), mParent.mSurfaceControl); in onParentChanged()
2728 protected void reparentSurfaceControl(Transaction t, SurfaceControl newParent) { in reparentSurfaceControl() method in WindowContainer
H A DWindowState.java5419 protected void reparentSurfaceControl(Transaction t, SurfaceControl newParent) { in reparentSurfaceControl() method in WindowState
5425 super.reparentSurfaceControl(t, newParent); in reparentSurfaceControl()
H A DTask.java4223 protected void reparentSurfaceControl(SurfaceControl.Transaction t, SurfaceControl newParent) {
4231 super.reparentSurfaceControl(t, newParent);