Searched refs:reparentSurfaceControl (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | BackNavigationControllerTests.java | 121 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 D | WebViewFunctorManager.cpp | 132 reparentSurfaceControl(rootSurfaceControl); in prepareRootSurfaceControl() 207 reparentSurfaceControl(nullptr); in removeOverlays() 252 void WebViewFunctor::reparentSurfaceControl(ASurfaceControl* parent) { in reparentSurfaceControl() function in android::uirenderer::WebViewFunctor
|
H A D | WebViewFunctorManager.h | 92 void reparentSurfaceControl(ASurfaceControl* parent);
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowContainer.java | 670 reparentSurfaceControl(getSyncTransaction(), mParent.mSurfaceControl); in onParentChanged() 2728 protected void reparentSurfaceControl(Transaction t, SurfaceControl newParent) { in reparentSurfaceControl() method in WindowContainer
|
H A D | WindowState.java | 5419 protected void reparentSurfaceControl(Transaction t, SurfaceControl newParent) { in reparentSurfaceControl() method in WindowState 5425 super.reparentSurfaceControl(t, newParent); in reparentSurfaceControl()
|
H A D | Task.java | 4223 protected void reparentSurfaceControl(SurfaceControl.Transaction t, SurfaceControl newParent) { 4231 super.reparentSurfaceControl(t, newParent);
|