Home
last modified time | relevance | path

Searched refs:mDisplayManagerInternal (Results 1 – 7 of 7) 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()
274 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0); in onAnimationEnd()
290 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()
601 mSurfaceLayout = new NaturalSurfaceLayout(mDisplayManagerInternal,
733 private final DisplayManagerInternal mDisplayManagerInternal;
739 mDisplayManagerInternal = displayManagerInternal;
742 mDisplayManagerInternal.registerDisplayTransactionListener(this);
749 mDisplayManagerInternal.unregisterDisplayTransactionListener(this);
759 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java241 if (mService.mDisplayManagerInternal != null) { in createDisplayContent()
242 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in createDisplayContent()
844 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in applySurfaceChangesTransaction()
DDisplayContent.java1049 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in updateRotationUnchecked()
1153 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(mDisplayId, in updateDisplayAndOrientation()
1580 final DisplayManagerInternal displayManagerInternal = mService.mDisplayManagerInternal; in initializeDisplayBaseInfo()
1629 mService.mDisplayManagerInternal.getNonOverrideDisplayInfo(mDisplayId, mDisplayInfo); in updateBaseDisplayMetricsIfNeeded()
2760 mService.mDisplayManagerInternal.setDisplayProperties(mDisplayId, in applySurfaceChangesTransaction()
DWindowManagerService.java712 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService
1019 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService()
1198 && !mDisplayManagerInternal.isUidPresentOnDisplay(session.mUid, displayId)) { in addWindow()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java230 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService
720 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); in systemReady()
748 mDisplayManagerInternal.initPowerManagement( in systemReady()
1295 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); in isWakeLockLevelSupportedInternal()
2362 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest, in updateDisplayPowerStateLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java425 private DisplayManagerInternal mDisplayManagerInternal; field in ActivityStackSupervisor
650 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in setWindowManager()
1739 mDisplayManagerInternal.setDisplayAccessUIDs(mDisplayAccessUIDs); in updateUIDsPresentOnDisplay()