Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java83 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()
/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/wm/
DRootWindowContainer.java231 if (mService.mDisplayManagerInternal != null) { in createDisplayContent()
232 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in createDisplayContent()
861 mService.mDisplayManagerInternal.performTraversal(mDisplayTransaction); in applySurfaceChangesTransaction()
DDisplayContent.java1116 mService.mDisplayManagerInternal.performTraversal(getPendingTransaction()); in updateRotationUnchecked()
1227 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(mDisplayId, in updateDisplayAndOrientation()
1736 final DisplayManagerInternal displayManagerInternal = mService.mDisplayManagerInternal; in initializeDisplayBaseInfo()
1759 mService.mDisplayManagerInternal.getNonOverrideDisplayInfo(mDisplayId, mDisplayInfo); in updateBaseDisplayMetricsIfNeeded()
2903 mService.mDisplayManagerInternal.setDisplayProperties(mDisplayId, in applySurfaceChangesTransaction()
DWindowManagerService.java732 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService
948 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService()
1155 && !mDisplayManagerInternal.isUidPresentOnDisplay(session.mUid, displayId)) { in addWindow()
7102 mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(displayId, in dontOverrideDisplayInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DDisplayContentTests.java506 verify(sWm.mDisplayManagerInternal, times(1)) in testDisableDisplayInfoOverrideFromWindowManager()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java236 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService
749 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); in systemReady()
775 mDisplayManagerInternal.initPowerManagement( in systemReady()
1239 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); in isWakeLockLevelSupportedInternal()
2397 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest, in updateDisplayPowerStateLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java428 private DisplayManagerInternal mDisplayManagerInternal; field in ActivityStackSupervisor
671 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in setWindowManager()
1889 mDisplayManagerInternal.setDisplayAccessUIDs(mDisplayAccessUIDs); in updateUIDsPresentOnDisplay()