HomeSort by relevance Sort by last modified time
    Searched refs:display_level (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/tools/
wake_up_screen.py 20 DISPLAY_LEVEL = 96 # [0:255] Depends on tablet model. Adjust for best result.
28 display_level = DISPLAY_LEVEL
33 display_level = int(s[11:])
34 if display_level < 0 or display_level > 255:
36 display_level = DISPLAY_LEVEL
67 print 'Tablet display brightness set to %d' % display_level
69 % (screen_id, display_level))
    [all...]
  /external/autotest/client/bin/
display_chart.py 21 DISPLAY_LEVEL = 96.0
25 def set_display_brightness(display_level):
32 display_level)
33 utils.system(SET_BRIGHTNESS_CMD % display_level)
56 with chrome.Chrome() as cr, set_display_brightness(DISPLAY_LEVEL):

Completed in 187 milliseconds