Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DHysteresisLevels.java52 int[] thresholdLevels, float minDarkeningThreshold, float minBrighteningThreshold) { in HysteresisLevels() argument
54 || darkeningThresholds.length != thresholdLevels.length + 1) { in HysteresisLevels()
59 mThresholdLevels = setArrayFormat(thresholdLevels, 1.0f); in HysteresisLevels()