Home
last modified time | relevance | path

Searched refs:xrandr_output (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/hardware_Resolution/
Dhardware_Resolution.py37 def is_lvds_res(self, res, xrandr_output): argument
43 for line in xrandr_output:
49 def get_current_res(self, xrandr_output): argument
55 for line in xrandr_output:
66 xrandr_output = graphics_utils.call_xrandr().split('\n')
68 res = self.get_current_res(xrandr_output)
72 if self.is_lvds_res(res, xrandr_output) and \