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.java252 if (mService.mDisplayManagerInternal != null) { in createDisplayContent()
253 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in createDisplayContent()
874 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in applySurfaceChangesTransaction()
DDisplayContent.java1073 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in updateRotationUnchecked()
1177 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(mDisplayId, in updateDisplayAndOrientation()
1605 final DisplayManagerInternal displayManagerInternal = mService.mDisplayManagerInternal; in initializeDisplayBaseInfo()
1654 mService.mDisplayManagerInternal.getNonOverrideDisplayInfo(mDisplayId, mDisplayInfo); in updateBaseDisplayMetricsIfNeeded()
2786 mService.mDisplayManagerInternal.setDisplayProperties(mDisplayId, in applySurfaceChangesTransaction()
DWindowManagerService.java724 final DisplayManagerInternal mDisplayManagerInternal; field in WindowManagerService
1049 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in WindowManagerService()
1228 && !mDisplayManagerInternal.isUidPresentOnDisplay(session.mUid, displayId)) { in addWindow()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java234 private DisplayManagerInternal mDisplayManagerInternal; field in PowerManagerService
724 mDisplayManagerInternal = getLocalService(DisplayManagerInternal.class); in systemReady()
752 mDisplayManagerInternal.initPowerManagement( in systemReady()
1307 return mSystemReady && mDisplayManagerInternal.isProximitySensorAvailable(); in isWakeLockLevelSupportedInternal()
2380 mDisplayReady = mDisplayManagerInternal.requestPowerState(mDisplayPowerRequest, in updateDisplayPowerStateLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java416 private DisplayManagerInternal mDisplayManagerInternal; field in ActivityStackSupervisor
665 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in setWindowManager()
1766 mDisplayManagerInternal.setDisplayAccessUIDs(mDisplayAccessUIDs); in updateUIDsPresentOnDisplay()