Home
last modified time | relevance | path

Searched refs:EVENT_FLAG_DISPLAY_BRIGHTNESS (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DDisplayManagerGlobalTest.java142 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
147 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
152 eq(ALL_DISPLAY_EVENTS | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
157 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java418 EVENT_FLAG_DISPLAY_BRIGHTNESS
459 public static final long EVENT_FLAG_DISPLAY_BRIGHTNESS = 1L << 3; field in DisplayManager
H A DDisplayManagerGlobal.java986 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0) { in handleMessage()
/aosp12/frameworks/base/core/java/com/android/internal/display/
H A DBrightnessSynchronizer.java295 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in startObserving()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DBrightnessLevelPreferenceController.java142 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in onStart()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayModeDirectorTest.java762 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
820 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1447 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forHdr()
1565 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight()
1640 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight_NoLimitation()
1680 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_HbmUnsupported()
1764 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlightAndHdr()
1803 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_RemovedDisplay()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessController.java143 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in startObserving()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayModeDirector.java1613 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in observe()
2318 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in observe()
H A DDisplayManagerService.java2348 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0;