Lines Matching full:brightness
157 set_level: Set backlight level to the given brightness.
158 set_percent: Set backlight level to the given brightness percent.
159 set_resume_level: Set backlight level on resume to the given brightness.
160 set_resume_percent: Set backlight level on resume to the given brightness
170 default_brightness_percent: float of default brightness
180 # Default brightness is based on expected average use case.
205 logging.info("Default backlight brightness percent = %f",
210 "brightness percent. Setting to %f",
237 """Set backlight level to the given brightness.
240 level: integer of brightness to set
246 """Set backlight level to the given brightness percent.
255 """Set backlight level on resume to the given brightness.
258 level: integer of brightness to set
264 """Set backlight level on resume to the given brightness percent.
346 """Get maximum absolute value of keyboard brightness.
349 integer, maximum value of keyboard brightness
358 """Get current keyboard brightness setting.
361 float, percentage of keyboard brightness.
364 'brightness')))
375 cmd = "echo %d > %s" % (value, os.path.join(self._path, 'brightness'))
392 max brightness.
401 Decrease brightness by one step, as if the user pressed the brightness
405 @param allow_off: Boolean flag indicating whether the brightness can be
407 Set to true to simulate brightness down key.
408 set to false to simulate Chrome UI brightness down button.
417 Increase brightness by one step, as if the user pressed the brightness
425 Increases the brightness using powerd until the brightness reaches the
426 maximum value. Returns when it reaches the maximum number of brightness
437 Decreases the brightness using powerd until the brightness reaches the
439 reaches the maximum number of brightness adjustments.
442 @param allow_off: Boolean flag indicating whether the brightness can be
444 Set to true to simulate brightness down key.
445 set to false to simulate Chrome UI brightness down button.