Home
last modified time | relevance | path

Searched defs:minBrightness (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessDisplayManagerRepositoryTest.kt96 val minBrightness by collectLastValue(underTest.minLinearBrightness) in startingBrightnessInfo() constant
115 val minBrightness by collectLastValue(underTest.minLinearBrightness) in followsChangingBrightnessInfo() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModel.kt50 val minBrightness = screenBrightnessInteractor.minGammaBrightness constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModelTest.kt46 private val minBrightness = 0f constant
/frameworks/base/services/core/java/com/android/server/display/
DDisplayBrightnessState.java402 public Builder setMinBrightness(float minBrightness) { in setMinBrightness()
DBrightnessMappingStrategy.java499 float minBrightness = prevBrightness * permissibleRatio(currLux, prevLux); in smoothCurve() local
DDisplayPowerController.java1971 final float minBrightness = Math.max(stateMin, Math.min( in saveBrightnessInfo() local
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java494 float minBrightness = strategy.getBrightness(LUX_LEVELS[0]); in assertStrategyAdaptsToUserDataPoints() local