Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java77 private final DisplayManagerInternal mDisplayManagerInternal; field in BurnInProtectionHelper
103 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in BurnInProtectionHelper()
142 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), in updateBurnInProtection()
262 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0); in onAnimationEnd()
278 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), in onAnimationUpdate()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java79 private final DisplayManagerInternal mDisplayManagerInternal; field in ColorFade
126 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in ColorFade()
145 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId); in prepare()
576 mSurfaceLayout = new NaturalSurfaceLayout(mDisplayManagerInternal,
707 private final DisplayManagerInternal mDisplayManagerInternal;
713 mDisplayManagerInternal = displayManagerInternal;
716 mDisplayManagerInternal.registerDisplayTransactionListener(this);
723 mDisplayManagerInternal.unregisterDisplayTransactionListener(this);
733 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java168 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService
518 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); in systemReady()
545 mDisplayManagerInternal.initPowerManagement( in systemReady()
989 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); in isWakeLockLevelSupportedInternal()
1937 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest, in updateDisplayPowerStateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java643 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService
908 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService()
6649 mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in updateRotationUncheckedLocked()
7344 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in updateDisplayAndOrientationLocked()
7677 DisplayInfo newDisplayInfo = mDisplayManagerInternal.getDisplayInfo(displayId); in displayReady()
10136 mDisplayManagerInternal.setDisplayProperties(displayId, in performLayoutAndPlaceSurfacesLockedInner()
10154 mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in performLayoutAndPlaceSurfacesLockedInner()
11728 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in newDisplayContentLocked()