/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | DisplayFoldController.java | 41 private final DisplayManagerInternal mDisplayManagerInternal; field in DisplayFoldController 61 mDisplayManagerInternal = displayManagerInternal; in DisplayFoldController() 97 mDisplayManagerInternal.getNonOverrideDisplayInfo( in setDeviceFolded() 105 mDisplayManagerInternal.setDisplayScalingDisabled(mDisplayId, true); in setDeviceFolded() 108 mDisplayManagerInternal.setDisplayOffsets(mDisplayId, -dx, -dy); in setDeviceFolded() 110 mDisplayManagerInternal.setDisplayScalingDisabled(mDisplayId, false); in setDeviceFolded() 112 mDisplayManagerInternal.setDisplayOffsets(mDisplayId, 0, 0); in setDeviceFolded()
|
H A D | BurnInProtectionHelper.java | 83 private final DisplayManagerInternal mDisplayManagerInternal; field in BurnInProtectionHelper 109 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in BurnInProtectionHelper() 153 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), in updateBurnInProtection() 275 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0); in onAnimationEnd() 291 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), in onAnimationUpdate()
|
H A D | PhoneWindowManager.java | 372 DisplayManagerInternal mDisplayManagerInternal; field in PhoneWindowManager 1614 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in init()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 90 private final DisplayManagerInternal mDisplayManagerInternal; field in ColorFade 142 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in ColorFade() 161 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId); in prepare() 558 mDisplayManagerInternal.systemScreenshot(mDisplayId); 590 mSurfaceLayout = new NaturalSurfaceLayout(mDisplayManagerInternal, mDisplayId, 826 private final DisplayManagerInternal mDisplayManagerInternal; 832 mDisplayManagerInternal = displayManagerInternal; 835 mDisplayManagerInternal.registerDisplayTransactionListener(this); 842 mDisplayManagerInternal.unregisterDisplayTransactionListener(this); 852 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
|
H A D | DisplayModeDirector.java | 2188 private DisplayManagerInternal mDisplayManagerInternal; field in DisplayModeDirector.SensorObserver 2210 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in observe() 2234 mDisplayManagerInternal.getRefreshRateForDisplayAndSensor( in recalculateVotesLocked() 2302 private DisplayManagerInternal mDisplayManagerInternal; field in DisplayModeDirector.HbmObserver 2316 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in observe() 2410 mDisplayManagerInternal.getRefreshRateLimitations(displayId); in recalculateVotesForDisplay()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | FrameRateSelectionPriorityTests.java | 62 when(window.mWmService.mDisplayManagerInternal.getRefreshRateSwitchingType()) in createWindow() 261 when(appWindow.mWmService.mDisplayManagerInternal.getRefreshRateSwitchingType()) in testSwitchingTypeNone()
|
H A D | DisplayWindowSettingsTests.java | 221 }).when(mWm.mDisplayManagerInternal).getNonOverrideDisplayInfo(anyInt(), any()); in testSetForcedSize()
|
H A D | DisplayContentTests.java | 881 verify(mWm.mDisplayManagerInternal, times(1)) in testDisableDisplayInfoOverrideFromWindowManager() 2404 doReturn(tokenToMirror).when(mWm.mDisplayManagerInternal).getWindowTokenClientToMirror( in setUpDefaultTaskDisplayAreaWindowToken() 2425 doReturn(surfaceSize).when(mWm.mDisplayManagerInternal).getDisplaySurfaceDefaultSize( in surfaceControlMirrors()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 290 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService 1141 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); 1146 mDisplayManagerInternal, new DisplayGroupPowerChangeListener()); 1167 mDisplayManagerInternal.initPowerManagement( 1371 mSystemReady ? mDisplayManagerInternal.getDisplayInfo(displayId) : null; 1675 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); 1698 final DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(displayId); 3201 final boolean ready = mDisplayManagerInternal.requestPowerState(groupId, 4913 final DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId); 6013 mDisplayManagerInternal.ignoreProximitySensorUntilChanged();
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 1979 mWmService.mDisplayManagerInternal.performTraversal(transaction); in applyRotation() 2070 mWmService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(mDisplayId, in updateDisplayAndOrientation() 2739 final DisplayManagerInternal displayManagerInternal = mWmService.mDisplayManagerInternal; in initializeDisplayBaseInfo() 2765 mWmService.mDisplayManagerInternal.getNonOverrideDisplayInfo(mDisplayId, mDisplayInfo); in updateBaseDisplayMetricsIfNeeded() 4495 mWmService.mDisplayManagerInternal.setDisplayProperties(mDisplayId, in applySurfaceChangesTransaction() 4967 if (mWmService.mDisplayManagerInternal != null) { in onParentChanged() 4968 mWmService.mDisplayManagerInternal in onParentChanged() 6120 IBinder tokenToMirror = mWmService.mDisplayManagerInternal.getWindowTokenClientToMirror( in startMirrorIfNeeded() 6133 mWmService.mDisplayManagerInternal.setWindowTokenClientToMirror(mDisplayId, null); in startMirrorIfNeeded() 6263 Point surfaceSize = mWmService.mDisplayManagerInternal.getDisplaySurfaceDefaultSize( in fetchSurfaceSizeIfPresent()
|
H A D | RootWindowContainer.java | 255 private DisplayManagerInternal mDisplayManagerInternal; field in RootWindowContainer 1098 mWmService.mDisplayManagerInternal.performTraversal(mDisplayTransaction); in applySurfaceChangesTransaction() 1386 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in setWindowManager() 2639 mDisplayManagerInternal.setDisplayAccessUIDs(mDisplayAccessUIDs); in updateUIDsPresentOnDisplay()
|
H A D | WindowManagerService.java | 1004 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService 1238 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService() 7261 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(displayId, in dontOverrideDisplayInfo()
|
H A D | WindowState.java | 5605 if (mWmService.mDisplayManagerInternal.getRefreshRateSwitchingType() in updateFrameRateSelectionPriorityIfNeeded()
|