Home
last modified time | relevance | path

Searched refs:mDisplayManagerInternal (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java80 private final DisplayManagerInternal mDisplayManagerInternal; field in BurnInProtectionHelper
106 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in BurnInProtectionHelper()
147 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), in updateBurnInProtection()
269 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0); in onAnimationEnd()
285 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), in onAnimationUpdate()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java80 private final DisplayManagerInternal mDisplayManagerInternal; field in ColorFade
127 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in ColorFade()
146 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId); in prepare()
596 mSurfaceLayout = new NaturalSurfaceLayout(mDisplayManagerInternal,
728 private final DisplayManagerInternal mDisplayManagerInternal;
734 mDisplayManagerInternal = displayManagerInternal;
737 mDisplayManagerInternal.registerDisplayTransactionListener(this);
744 mDisplayManagerInternal.unregisterDisplayTransactionListener(this);
754 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java186 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService
564 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); in systemReady()
591 mDisplayManagerInternal.initPowerManagement( in systemReady()
1062 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); in isWakeLockLevelSupportedInternal()
2048 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest, in updateDisplayPowerStateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java205 mService.mDisplayManagerInternal.getDisplayInfo(mDisplayId); in initializeDisplayBaseInfo()
DWindowSurfacePlacer.java866 mService.mDisplayManagerInternal.setDisplayProperties(displayId, in applySurfaceChangesTransaction()
885 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in applySurfaceChangesTransaction()
DWindowManagerService.java711 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService
953 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService()
6677 mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in updateRotationUncheckedLocked()
7376 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in updateDisplayAndOrientationLocked()
10694 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(displayId, displayInfo); in newDisplayContentLocked()