Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DDisplayTrackerImplTest.kt20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS
97 .registerDisplayListener(any(), any(), eq(EVENT_FLAG_DISPLAY_BRIGHTNESS))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DDisplayTrackerImpl.kt20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS
95 EVENT_FLAG_DISPLAY_BRIGHTNESS
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessSynchronizerTest.java208 isA(Handler.class), eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in start()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java962 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1060 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1118 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1193 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1288 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
2149 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forHdr()
2272 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight()
2347 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight_NoLimitation()
2387 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_HbmUnsupported()
2472 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlightAndHdr()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java556 EVENT_FLAG_DISPLAY_BRIGHTNESS,
598 public static final long EVENT_FLAG_DISPLAY_BRIGHTNESS = 1L << 3; field in DisplayManager
H A DDisplayManagerGlobal.java1168 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0) { in handleMessage()
/aosp14/frameworks/base/core/java/com/android/internal/display/
H A DBrightnessSynchronizer.java508 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS);
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java1797 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in observe()
2654 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in observe()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java3401 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0; in shouldSendEvent()