/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/ |
D | SurfaceInputTestActivity.java | 80 addLocalChildSurfaceControl(getWindow().getRootSurfaceControl()); in onAttachedToWindow() 164 mLocalSurfaceView.getRootSurfaceControl().getInputTransferToken(), 216 mRemoteSurfaceView.getRootSurfaceControl().getInputTransferToken()); in loadEmbedded()
|
D | SurfaceControlViewHostSyncTest.java | 135 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 | 292 t.merge(getWindow().getRootSurfaceControl().buildReparentTransaction( in addChildSc()
|
/frameworks/base/core/java/android/app/jank/ |
D | JankTracker.java | 267 mSurfaceControl = mDecorView.getRootSurfaceControl(); in forceListenerRegistration() 285 mSurfaceControl = mDecorView.getRootSurfaceControl(); in registerForJankData()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuController.java | 339 syncGroup.add(mPipMenuView.getRootSurfaceControl(), null); in resizePipMenu() 340 syncGroup.add(mPipBackgroundView.getRootSurfaceControl(), null); in resizePipMenu() 401 syncGroup.add(mPipMenuView.getRootSurfaceControl(), null); in movePipMenu() 402 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/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/touch/ |
D | TouchInsetManager.java | 112 final AttachedSurfaceControl surface = view.getRootSurfaceControl(); in updateTouchRegions()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControlViewHost.java | 454 public @NonNull AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in SurfaceControlViewHost
|
D | Window.java | 3016 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in Window
|
D | View.java | 32580 AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in View.AttachInfo 34209 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl() method in View 34211 return mAttachInfo.getRootSurfaceControl(); in getRootSurfaceControl()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewControllerTest.java | 147 when(mDreamOverlayContainerView.getRootSurfaceControl()) in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewController.java | 277 mView.getRootSurfaceControl().setTouchableRegion(emptyRegion); in onViewAttached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | FullscreenMagnificationController.java | 396 AttachedSurfaceControl surfaceControl = mSurfaceControlViewHost.getRootSurfaceControl(); in applyTouchableRegion()
|
D | WindowMagnificationController.java | 700 var surfaceControl = mSurfaceControlViewHost.getRootSurfaceControl(); in applyTouchableRegion() 975 mSurfaceControlViewHost.getRootSurfaceControl().applyTransactionOnDraw(mTransaction); in updateWindowlessMirrorViewLayout()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | WindowMagnificationControllerTest.java | 222 when(mSurfaceControlViewHost.getRootSurfaceControl()).thenReturn(viewRoot); in setUp() 1249 AttachedSurfaceControl viewRoot = mSurfaceControlViewHost.getRootSurfaceControl(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() 1278 AttachedSurfaceControl viewRoot = mSurfaceControlViewHost.getRootSurfaceControl(); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | WindowDecorationTests.java | 196 when(mMockSurfaceControlViewHost.getRootSurfaceControl()) in setUp()
|
D | DesktopModeWindowDecorationTests.java | 287 when(mMockSurfaceControlViewHost.getRootSurfaceControl()) in setUp()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 4221 public AttachedSurfaceControl getRootSurfaceControl() {
|
/frameworks/base/core/api/ |
D | current.txt | 54171 method @Nullable public android.view.AttachedSurfaceControl getRootSurfaceControl(); 55541 method @Nullable public android.view.AttachedSurfaceControl getRootSurfaceControl();
|