Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DDisplayInterface.java254 int percentBright = convertGammaToPercentBright(gamma); in refreshDisplayBrightnessFromDisplay()
270 int percentBright = convertGammaToPercentBright(gamma); in refreshDisplayBrigtnessFromSetting()
275 private static int convertGammaToPercentBright(int gamma) { in convertGammaToPercentBright() method in DisplayInterface.DefaultImpl