Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackNavigationControllerTests.java143 Mockito.doNothing().when(recordA).reparentSurfaceControl(any(), any()); in noBackWhenMoveTaskToBack()
157 Mockito.doNothing().when(recordA).reparentSurfaceControl(any(), any()); in backTypeCrossTaskWhenBackToPreviousTask()
213 Mockito.doNothing().when(recordA).reparentSurfaceControl(any(), any()); in backTypeBackToHomeDifferentUser()
777 Mockito.doNothing().when(t).reparentSurfaceControl(any(), any());
778 Mockito.doNothing().when(r).reparentSurfaceControl(any(), any());
870 Mockito.doNothing().when(task).reparentSurfaceControl(any(), any());
889 Mockito.doNothing().when(task).reparentSurfaceControl(any(), any());
919 Mockito.doNothing().when(task).reparentSurfaceControl(any(), any());
920 Mockito.doNothing().when(record1).reparentSurfaceControl(any(), any());
921 Mockito.doNothing().when(record2).reparentSurfaceControl(any(), any());
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp138 reparentSurfaceControl(reinterpret_cast<ASurfaceControl*>(rootSurfaceControl.get())); in prepareRootSurfaceControl()
213 reparentSurfaceControl(nullptr); in removeOverlays()
259 void WebViewFunctor::reparentSurfaceControl(ASurfaceControl* parent) { in reparentSurfaceControl() function in android::uirenderer::WebViewFunctor
DWebViewFunctorManager.h97 void reparentSurfaceControl(ASurfaceControl* parent);
/frameworks/base/libs/hwui/platform/host/
DWebViewFunctorManager.cpp55 void WebViewFunctor::reparentSurfaceControl(ASurfaceControl* parent) {} in reparentSurfaceControl() function in android::uirenderer::WebViewFunctor
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java714 reparentSurfaceControl(getSyncTransaction(), mParent.mSurfaceControl); in onParentChanged()
2700 protected void reparentSurfaceControl(Transaction t, SurfaceControl newParent) { in reparentSurfaceControl() method in WindowContainer
DWindowState.java5328 protected void reparentSurfaceControl(Transaction t, SurfaceControl newParent) { in reparentSurfaceControl() method in WindowState
5334 super.reparentSurfaceControl(t, newParent); in reparentSurfaceControl()
DTask.java4291 protected void reparentSurfaceControl(SurfaceControl.Transaction t, SurfaceControl newParent) {
4299 super.reparentSurfaceControl(t, newParent);
/frameworks/base/services/
Dart-wear-profile22895 PLcom/android/server/wm/WindowContainer;->reparentSurfaceControl(Landroid/view/SurfaceControl$Trans…
23369 PLcom/android/server/wm/WindowState;->reparentSurfaceControl(Landroid/view/SurfaceControl$Transacti…