Searched refs:mDisplayManagerInternal (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/policy/ |
D | BurnInProtectionHelper.java | 83 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/ |
D | ColorFade.java | 80 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/ |
D | RootWindowContainer.java | 241 if (mService.mDisplayManagerInternal != null) { in createDisplayContent() 242 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in createDisplayContent() 844 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in applySurfaceChangesTransaction()
|
D | DisplayContent.java | 1049 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()
|
D | WindowManagerService.java | 712 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/ |
D | PowerManagerService.java | 230 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/ |
D | ActivityStackSupervisor.java | 425 private DisplayManagerInternal mDisplayManagerInternal; field in ActivityStackSupervisor 650 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in setWindowManager() 1739 mDisplayManagerInternal.setDisplayAccessUIDs(mDisplayAccessUIDs); in updateUIDsPresentOnDisplay()
|