Searched refs:SCREEN_BRIGHTNESS_FLOAT (Results 1 – 10 of 10) sorted by relevance
30 import android.provider.Settings.System.SCREEN_BRIGHTNESS_FLOAT175 systemSettings.registerContentObserver(SCREEN_BRIGHTNESS_FLOAT, in attach()178 userDefinedBrightness = systemSettings.getFloat(SCREEN_BRIGHTNESS_FLOAT) in attach()181 userDefinedBrightness = systemSettings.getFloat(SCREEN_BRIGHTNESS_FLOAT, 1f) in attach()
23 import android.provider.Settings.System.SCREEN_BRIGHTNESS_FLOAT89 `when`(systemSettings.getFloat(eq(SCREEN_BRIGHTNESS_FLOAT))).thenReturn(INITIAL_BRIGHTNESS) in setup()90 `when`(systemSettings.getFloat(eq(SCREEN_BRIGHTNESS_FLOAT), eq(1f))) in setup()
116 public static final FloatProperty<DisplayPowerState> SCREEN_BRIGHTNESS_FLOAT = field in DisplayPowerState
815 DisplayPowerState.SCREEN_BRIGHTNESS_FLOAT, in initialize()
758 case android.provider.Settings.System.SCREEN_BRIGHTNESS_FLOAT: in isSettingRestrictedForUser()
103 Settings.System.SCREEN_BRIGHTNESS_FLOAT,
4302 public static final String SCREEN_BRIGHTNESS_FLOAT = "screen_brightness_float"; field in Settings.System5197 PUBLIC_SETTINGS.add(SCREEN_BRIGHTNESS_FLOAT);
2832 Settings.System.SCREEN_BRIGHTNESS_FLOAT, in dumpProtoSystemSettingsLocked()
10263 Settings.System.SCREEN_BRIGHTNESS_FLOAT,
531 SYSTEM_SETTINGS_ALLOWLIST.add(Settings.System.SCREEN_BRIGHTNESS_FLOAT);