Home
last modified time | relevance | path

Searched defs:brightnessInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/brightness/data/repository/
DFakeScreenBrightnessRepository.kt32 private val brightnessInfo = MutableStateFlow(initialBrightnessInfo) constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessRepository.kt116 private val brightnessInfo: StateFlow<BrightnessInfo?> = in getMinMaxLinearBrightness() constant
170 val brightnessInfo = brightnessInfo.value ?: brightnessInfoValue() in getMinMaxLinearBrightness() constant
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/tests/src/com/android/systemui/accessibility/accessibilitymenu/tests/
DAccessibilityMenuServiceTest.java267 BrightnessInfo brightnessInfo = displayManager.getDisplay( in testAdjustBrightness() local