Searched refs:mask_points (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/ui_SystemTray/ |
D | ui_SystemTray.py | 91 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
|
D | control.user.link | 27 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/ |
D | ui_SettingsPage.py | 47 def run_once(self, mask_points): argument 55 self.mask_points = mask_points
|
D | control.link | 25 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])
|