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 | 252 if (mService.mDisplayManagerInternal != null) { in createDisplayContent() 253 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager( in createDisplayContent() 874 mService.mDisplayManagerInternal.performTraversalInTransactionFromWindowManager(); in applySurfaceChangesTransaction()
|
D | DisplayContent.java | 1073 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()
|
D | WindowManagerService.java | 724 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/ |
D | PowerManagerService.java | 234 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/ |
D | ActivityStackSupervisor.java | 416 private DisplayManagerInternal mDisplayManagerInternal; field in ActivityStackSupervisor 665 mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class); in setWindowManager() 1766 mDisplayManagerInternal.setDisplayAccessUIDs(mDisplayAccessUIDs); in updateUIDsPresentOnDisplay()
|