Searched refs:convertLinearToGamma (Results 1 – 3 of 3) sorted by relevance
35 assertThat(BrightnessUtils.convertLinearToGamma(MIN, MIN, MAX)).isEqualTo(0); in linearToGamma_minValue_shouldReturn0()40 assertThat(BrightnessUtils.convertLinearToGamma(MAX, MIN, MAX)).isEqualTo(GAMMA_SPACE_MAX); in linearToGamma_maxValue_shouldReturnGammaSpaceMax()
89 public static final int convertLinearToGamma(int val, int min, int max) { in convertLinearToGamma() method in BrightnessUtils
21 import static com.android.settingslib.display.BrightnessUtils.convertLinearToGamma;432 final int sliderVal = convertLinearToGamma(val, min, max); in updateSlider()