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