Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java82 private final DisplayManagerInternal mDisplayManagerInternal; field in ColorFade
129 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in ColorFade()
148 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId); in prepare()
579 mSurfaceLayout = new NaturalSurfaceLayout(mDisplayManagerInternal,
710 private final DisplayManagerInternal mDisplayManagerInternal;
716 mDisplayManagerInternal = displayManagerInternal;
719 mDisplayManagerInternal.registerDisplayTransactionListener(this);
726 mDisplayManagerInternal.unregisterDisplayTransactionListener(this);
736 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java157 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService
488 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); in systemReady()
515 mDisplayManagerInternal.initPowerManagement( in systemReady()
931 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); in isWakeLockLevelSupportedInternal()
1855 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest, in updateDisplayPowerStateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java627 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService
831 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService()
6533 mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in updateRotationUncheckedLocked()
7236 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in computeScreenConfigurationLocked()
7553 DisplayInfo newDisplayInfo = mDisplayManagerInternal.getDisplayInfo(displayId); in displayReady()
9896 mDisplayManagerInternal.setDisplayProperties(displayId, in performLayoutAndPlaceSurfacesLockedInner()
9913 mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in performLayoutAndPlaceSurfacesLockedInner()
11514 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in newDisplayContentLocked()