Searched refs:setArrayFormat (Results 1 – 1 of 1) sorted by relevance
122 setArrayFormat(brighteningThresholdsPercentages, 100.0f); in HysteresisLevels()124 setArrayFormat(darkeningThresholdsPercentages, 100.0f); in HysteresisLevels()125 mBrighteningThresholdLevels = setArrayFormat(brighteningThresholdLevels, 1.0f); in HysteresisLevels()126 mDarkeningThresholdLevels = setArrayFormat(darkeningThresholdLevels, 1.0f); in HysteresisLevels()211 private float[] setArrayFormat(float[] configArray, float divideFactor) { in setArrayFormat() method in HysteresisLevels