Home | History | Annotate | Download | only in os

Lines Matching refs:brightness

137      * Wake lock level: Ensures that the screen is on at full brightness;
155 * full brightness.
235 * Brightness value for fully on.
241 * Brightness value for fully off.
307 * Gets the minimum supported screen brightness setting.
318 * Gets the maximum supported screen brightness setting.
329 * Gets the default screen brightness setting.
338 * Returns true if the screen auto-brightness adjustment setting should
347 * Returns true if the twilight service should be used to adjust screen brightness
539 * Sets the brightness of the backlights (screen, keyboard, button).
544 * @param brightness The brightness value from 0 to 255.
548 public void setBacklightBrightness(int brightness) {
550 mService.setTemporaryScreenBrightnessSettingOverride(brightness);