Home
last modified time | relevance | path

Searched defs:maxBrightness (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/
DDisplayBrightnessControllerTest.java410 float maxBrightness = 0.65f; in testDoesNotSetBrightnessNits_settingMaxBrightnessAndStoredValueGreater() local
428 float maxBrightness = 0.65f; in testSetsBrightnessNits_storedValueLower() local
446 float maxBrightness = 0.65f; in testSetsBrightnessNits_lowerThanMax() local
470 float maxBrightness = 0.65f; in testChangeBrightnessNitsWhenUserChanges() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessDisplayManagerRepositoryTest.kt97 val maxBrightness by collectLastValue(underTest.maxLinearBrightness) in startingBrightnessInfo() constant
116 val maxBrightness by collectLastValue(underTest.maxLinearBrightness) in followsChangingBrightnessInfo() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java165 int maxBrightness = 3; in testAod_usesLightSensorRespectingUserSetting() local
178 int maxBrightness = 3; in testAod_usesLightSensorNotClampingToAutoBrightnessValue() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModel.kt49 val maxBrightness = screenBrightnessInteractor.maxGammaBrightness constant
/frameworks/base/services/core/java/com/android/server/display/brightness/
DDisplayBrightnessController.java316 public void setBrightness(float brightnessValue, float maxBrightness) { in setBrightness()
336 public void setBrightness(float brightnessValue, int userSerial, float maxBrightness) { in setBrightness()
344 public void updateScreenBrightnessSetting(float brightnessValue, float maxBrightness) { in updateScreenBrightnessSetting()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModelTest.kt47 private val maxBrightness = 1f constant in com.android.systemui.brightness.ui.viewmodel.BrightnessSliderViewModelTest
/frameworks/base/services/core/java/com/android/server/display/
DDisplayBrightnessState.java387 public Builder setMaxBrightness(float maxBrightness) { in setMaxBrightness()
DBrightnessMappingStrategy.java481 float maxBrightness = MathUtils.max( in smoothCurve() local
DDisplayDeviceConfig.java2594 float maxBrightness = point.getSecond().floatValue(); in loadLuxThrottling() local
DDisplayPowerController.java1973 final float maxBrightness = Math.min( in saveBrightnessInfo() local
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h200 std::optional<int32_t> maxBrightness; member