Home
last modified time | relevance | path

Searched refs:decreaseThresholds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/whitebalance/
DDisplayWhiteBalanceThrottler.java71 float[] baseThresholds, float[] increaseThresholds, float[] decreaseThresholds) { in DisplayWhiteBalanceThrottler() argument
73 decreaseThresholds); in DisplayWhiteBalanceThrottler()
79 mDecreaseThresholds = decreaseThresholds; in DisplayWhiteBalanceThrottler()
148 float[] baseThresholds, float[] increaseThresholds, float[] decreaseThresholds) { in validateArguments() argument
159 if (!isValidMapping(baseThresholds, decreaseThresholds)) { in validateArguments()
DDisplayWhiteBalanceFactory.java170 final float[] decreaseThresholds = getFloatArray(resources, in createThrottler() local
173 increaseThresholds, decreaseThresholds); in createThrottler()