/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/ |
D | SurfaceInputTestActivity.java | 80 addLocalChildSurfaceControl(getWindow().getRootSurfaceControl()); in onAttachedToWindow() 163 mLocalSurfaceView.getRootSurfaceControl().getInputTransferToken(), 215 mRemoteSurfaceView.getRootSurfaceControl().getInputTransferToken()); in loadEmbedded()
|
D | SurfaceControlViewHostSyncTest.java | 134 syncGroup.add(getWindow().getRootSurfaceControl(), svResizeRunnable); in resize()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceSyncGroupTests.java | 107 firstSsg.add(backgroundView.getRootSurfaceControl(), in testOverlappingSyncsEnsureOrder_WhenTimeout() 156 firstSsg.add(backgroundView.getRootSurfaceControl(), in testOverlappingSyncsEnsureOrder_WhileHoldingTransaction() 173 surfaceSyncGroup.add(backgroundView.getRootSurfaceControl(), in addSecondSyncGroup()
|
D | SurfaceViewSyncValidatorTestCase.java | 136 mSyncGroup.add(mParent.getRootSurfaceControl(), null /* runanble */);
|
D | ScreenshotTests.java | 291 t.merge(getWindow().getRootSurfaceControl().buildReparentTransaction( in addChildSc()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuController.java | 334 syncGroup.add(mPipMenuView.getRootSurfaceControl(), null); in resizePipMenu() 335 syncGroup.add(mPipBackgroundView.getRootSurfaceControl(), null); in resizePipMenu() 396 syncGroup.add(mPipMenuView.getRootSurfaceControl(), null); in movePipMenu() 397 syncGroup.add(mPipBackgroundView.getRootSurfaceControl(), null); in movePipMenu()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/ |
D | TouchInsetManagerTest.java | 113 when(view.getRootSurfaceControl()).thenReturn(null); in testViewOnDetachedHandling() 242 when(view.getRootSurfaceControl()).thenReturn(mAttachedSurfaceControl); in createView()
|
/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/ |
D | SurfaceFlingerTestActivity.java | 63 return mTestSurfaceView.getRootSurfaceControl().getBufferTransformHint(); in getBufferTransformHint()
|
/frameworks/base/core/java/android/window/ |
D | SurfaceSyncGroup.md | 66 syncGroup.addToSync(view1.getRootSurfaceControl()); 67 syncGroup.addToSync(view2.getRootSurfaceControl()); 81 syncGroup.addToSync(container.getRootSurfaceControl()); 99 syncGroup.addToSync(getWindow().getRootSurfaceControl(), () -> {
|
D | SplashScreenView.java | 338 AttachedSurfaceControl attachedSurfaceControl = surfaceView.getRootSurfaceControl(); in createSurfaceView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/ |
D | TouchInsetManager.java | 112 final AttachedSurfaceControl surface = view.getRootSurfaceControl(); in updateTouchRegions()
|
/frameworks/base/tests/SurfaceViewSyncTest/src/com/android/test/ |
D | SurfaceViewSyncActivity.java | 93 mSyncGroup.add(container.getRootSurfaceControl(), null /* runnable */); in updateSurfaceViewSize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | FullscreenMagnificationController.java | 274 AttachedSurfaceControl surfaceControl = mSurfaceControlViewHost.getRootSurfaceControl(); in applyTouchableRegion()
|
D | WindowMagnificationController.java | 851 var surfaceControl = mSurfaceControlViewHost.getRootSurfaceControl(); in applyTouchableRegion() 1105 mSurfaceControlViewHost.getRootSurfaceControl().applyTransactionOnDraw(mTransaction); in updateWindowlessMirrorViewLayout()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewControllerTest.java | 149 when(mDreamOverlayContainerView.getRootSurfaceControl()) in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewController.java | 270 mView.getRootSurfaceControl().setTouchableRegion(emptyRegion); in onViewAttached()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | WindowDecoration.java | 455 mViewHost.getRootSurfaceControl().applyTransactionOnDraw(onDrawTransaction); in updateViewHost() 465 mViewHost.getRootSurfaceControl().applyTransactionOnDraw(onDrawTransaction); in updateViewHost()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControlViewHost.java | 454 public @NonNull AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in SurfaceControlViewHost
|
D | Window.java | 2998 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in Window
|
D | View.java | 32257 AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in View.AttachInfo 33886 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method 33888 return mAttachInfo.getRootSurfaceControl(); in getRootSurfaceControl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | WindowMagnificationControllerWindowlessMagnifierTest.java | 230 when(mSurfaceControlViewHost.getRootSurfaceControl()).thenReturn(viewRoot); in setUp() 1205 AttachedSurfaceControl viewRoot = mSurfaceControlViewHost.getRootSurfaceControl(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() 1234 AttachedSurfaceControl viewRoot = mSurfaceControlViewHost.getRootSurfaceControl(); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorationTests.java | 165 when(mMockSurfaceControlViewHost.getRootSurfaceControl()) in setUp()
|
D | WindowDecorationTests.java | 154 when(mMockSurfaceControlViewHost.getRootSurfaceControl()) in setUp()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 4173 public AttachedSurfaceControl getRootSurfaceControl() {
|
/frameworks/base/core/api/ |
D | current.txt | 52735 method @Nullable public android.view.AttachedSurfaceControl getRootSurfaceControl(); 54097 method @Nullable public android.view.AttachedSurfaceControl getRootSurfaceControl();
|