Searched refs:EVENT_FLAG_DISPLAY_BRIGHTNESS (Results 1 – 12 of 12) sorted by relevance
165 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()
20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS112 EVENT_FLAG_DISPLAY_BRIGHTNESS in addBrightnessChangeCallback()
20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS97 .registerDisplayListener(any(), any(), eq(EVENT_FLAG_DISPLAY_BRIGHTNESS)) in registerBrightnessCallback_registersDisplayListener()
23 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS123 eq(EVENT_FLAG_DISPLAY_BRIGHTNESS), in followsChangingBrightnessInfo()161 eq(EVENT_FLAG_DISPLAY_BRIGHTNESS), in minMaxWhenCollecting()
135 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS, in getMinMaxLinearBrightness()
226 isA(Handler.class), eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in start()
1214 | 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 …]
574 EVENT_FLAG_DISPLAY_BRIGHTNESS,617 public static final long EVENT_FLAG_DISPLAY_BRIGHTNESS = 1L << 3; field in DisplayManager
1302 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0) { in handleDisplayEventInner()
603 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS);
1962 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in observe()2762 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in observe()
3776 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0; in shouldSendEvent()