Searched defs:SCREEN_BRIGHTNESS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerState.java107 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS = field in class:DisplayPowerState
/frameworks/base/core/java/android/provider/
H A DSettings.java2754 public static final String SCREEN_BRIGHTNESS = "screen_brightness"; field in class:Settings.System
3603 SCREEN_BRIGHTNESS,
3657 PUBLIC_SETTINGS.add(SCREEN_BRIGHTNESS);
3752 VALIDATORS.put(SCREEN_BRIGHTNESS, SCREEN_BRIGHTNESS_VALIDATOR);

Completed in 575 milliseconds