Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/hardware/display/
DDisplayManagerGlobalTest.java165 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS, null); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
170 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
175 eq(ALL_DISPLAY_EVENTS | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
180 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DDisplayTrackerImpl.kt20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS
112 EVENT_FLAG_DISPLAY_BRIGHTNESS in addBrightnessChangeCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
DDisplayTrackerImplTest.kt20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS
97 .registerDisplayListener(any(), any(), eq(EVENT_FLAG_DISPLAY_BRIGHTNESS)) in registerBrightnessCallback_registersDisplayListener()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessDisplayManagerRepositoryTest.kt23 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS
123 eq(EVENT_FLAG_DISPLAY_BRIGHTNESS), in followsChangingBrightnessInfo()
161 eq(EVENT_FLAG_DISPLAY_BRIGHTNESS), in minMaxWhenCollecting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessRepository.kt135 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS, in getMinMaxLinearBrightness()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessSynchronizerTest.java226 isA(Handler.class), eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in start()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java1214 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1245 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1280 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1314 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1393 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1453 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1607 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
1707 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));
2686 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forHdr()
2809 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight()
[all …]
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java574 EVENT_FLAG_DISPLAY_BRIGHTNESS,
617 public static final long EVENT_FLAG_DISPLAY_BRIGHTNESS = 1L << 3; field in DisplayManager
DDisplayManagerGlobal.java1302 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0) { in handleDisplayEventInner()
/frameworks/base/core/java/com/android/internal/display/
DBrightnessSynchronizer.java603 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS);
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java1962 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in observe()
2762 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in observe()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java3776 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0; in shouldSendEvent()