Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/whitebalance/
H A DAmbientLuxTest.java158 final float ambientColorTemperature = 8000.0f; in testNoSpline() local
178 final float ambientColorTemperature = 8000.0f; in testSpline_OneSegment() local
210 final float ambientColorTemperature = 8000.0f; in testSpline_TwoSegments() local
247 final float ambientColorTemperature = 8000.0f; in testSpline_VerticalSegment() local
266 final float ambientColorTemperature = 8000.0f; in testSpline_InvalidEndBias() local
284 final float ambientColorTemperature = 8000.0f; in testSpline_InvalidBeginBias() local
304 final float ambientColorTemperature = 8000.0f; in testSpline_OneSegmentHighLight() local
337 final float ambientColorTemperature = 6000.0f; in testSpline_TwoSegmentsHighLight() local
376 final float ambientColorTemperature = 8000.0f; in testSpline_InvalidCombinations() local
433 final float ambientColorTemperature = -1.0f; in testLowLight_DefaultAmbient() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DDisplayWhiteBalanceController.java403 float ambientColorTemperature = mColorTemperatureFilter.getEstimate(time); in updateAmbientColorTemperature() local
471 float ambientColorTemperature = -1.0f; in updateDisplayColorTemperature() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerControllerInterface.java67 void setAmbientColorTemperatureOverride(float ambientColorTemperature); in setAmbientColorTemperatureOverride()