Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/ui_SystemTray/
Dui_SystemTray.py91 if self.logged_in and self.mask_points is not None:
92 self.draw_image_mask(filepath, self.mask_points)
95 def run_once(self, width, height, mask_points=None, logged_in=None): argument
99 self.mask_points = mask_points
Dcontrol.user.link27 mask_points is two coordinates [x, y, x, y]. The top left and bottom right of
35 mask_points=[10, 8, 73, 71],
/external/autotest/client/site_tests/ui_SettingsPage/
Dui_SettingsPage.py47 def run_once(self, mask_points): argument
55 self.mask_points = mask_points
Dcontrol.link25 mask_points is two coordinates [x, y, x, y]. The top left and bottom right of
30 job.run_test('ui_SettingsPage', mask_points=[90, 1388, 203, 1477])