Searched defs:mDisplayManagerInternal (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java80 private final DisplayManagerInternal mDisplayManagerInternal; field in class:BurnInProtectionHelper
106 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class);
147 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(),
269 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0);
285 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(),
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java80 private final DisplayManagerInternal mDisplayManagerInternal; field in class:ColorFade
127 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class);
146 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
596 mSurfaceLayout = new NaturalSurfaceLayout(mDisplayManagerInternal,
728 private final DisplayManagerInternal mDisplayManagerInternal; field in class:ColorFade.NaturalSurfaceLayout
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/
H A DPowerManagerService.java186 private DisplayManagerInternal mDisplayManagerInternal; field in class:PowerManagerService
564 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class);
591 mDisplayManagerInternal.initPowerManagement(
1062 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable();
2048 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest,
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java711 final DisplayManagerInternal mDisplayManagerInternal; field in class:WindowManagerService
953 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class);
6677 mDisplayManagerInternal.performTraversalInTransactionFromWindowManager();
7376 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(
10694 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(displayId, displayInfo);

Completed in 1445 milliseconds