Searched refs:BRIGHTNESS_STEPS (Results 1 – 1 of 1) sorted by relevance
680 private static final int BRIGHTNESS_STEPS = 10; field in PhoneWindowManager3232 int step = (max - min + BRIGHTNESS_STEPS - 1) / BRIGHTNESS_STEPS * direction; in interceptKeyBeforeDispatching()