Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DHysteresisLevels.java57 mBrighteningThresholds = setArrayFormat(brighteningThresholds, 1000.0f); in HysteresisLevels()
58 mDarkeningThresholds = setArrayFormat(darkeningThresholds, 1000.0f); in HysteresisLevels()
59 mThresholdLevels = setArrayFormat(thresholdLevels, 1.0f); in HysteresisLevels()
107 private float[] setArrayFormat(int[] configArray, float divideFactor) { in setArrayFormat() method in HysteresisLevels
/aosp12/frameworks/base/services/
H A Dart-profile18371 HSPLcom/android/server/display/HysteresisLevels;->setArrayFormat([IF)[F