Searched refs:increaseThresholds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/whitebalance/ |
D | DisplayWhiteBalanceThrottler.java | 71 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()
|
D | DisplayWhiteBalanceFactory.java | 168 final float[] increaseThresholds = getFloatArray(resources, in createThrottler() local 173 increaseThresholds, decreaseThresholds); in createThrottler()
|