Home
last modified time | relevance | path

Searched refs:increaseThresholds (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
72 validateArguments(increaseDebounce, decreaseDebounce, baseThresholds, increaseThresholds, in DisplayWhiteBalanceThrottler()
78 mIncreaseThresholds = increaseThresholds; in DisplayWhiteBalanceThrottler()
148 float[] baseThresholds, float[] increaseThresholds, float[] decreaseThresholds) { in validateArguments() argument
155 if (!isValidMapping(baseThresholds, increaseThresholds)) { in validateArguments()
DDisplayWhiteBalanceFactory.java168 final float[] increaseThresholds = getFloatArray(resources, in createThrottler() local
173 increaseThresholds, decreaseThresholds); in createThrottler()