Home | History | Annotate | Download | only in cros

Lines Matching refs:def

30     def _has_touchpad(self):
36 def _has_touchscreen(self):
42 def _has_mouse(self):
47 def warmup(self, mouse_props=None):
71 def _find_test_files(self, input_type, gestures):
112 def _find_test_files_from_directions(self, input_type, fmt_str, directions):
134 def _download_remote_test_file(self, filename, input_type):
164 def _emulate_mouse(self, property_file=None):
176 def _playback(self, filepath, touch_type='touchpad'):
181 def _blocking_playback(self, filepath, touch_type='touchpad'):
186 def _set_touch_setting_by_inputcontrol(self, setting, value):
198 def _set_touch_setting(self, inputcontrol_setting, autotest_ext_setting,
222 def _set_australian_scrolling(self, value):
231 def _set_tap_to_click(self, value):
240 def _set_tap_dragging(self, value):
249 def _set_autotest_ext(self, ext):
258 def _open_test_page(self, cr, filename='test_page.html'):
269 def _open_events_page(self, cr):
281 def _center_cursor(self):
291 def _get_kernel_events_recorder(self, input_type):
303 def cleanup(self):
310 def __init__(self, node):
321 def start(self):
327 def find_exit():
336 def clear(self):
343 def stop(self):
350 def get_recorded_events(self):
357 def log_recorded_events(self):
363 def get_last_event_timestamp(self, filter_str=''):
384 def close(self):
398 def __init__(self, cr, httpdir, filename):
413 def reload_page(self):
419 def wait_for_page_ready(self):
433 def expand_page(self):
441 def set_scroll_position(self, value, scroll_vertical=True):
457 def set_default_scroll_position(self, scroll_vertical=True):
479 def get_scroll_position(self, scroll_vertical=True):
492 def
507 def wait_for_scroll_position_to_settle(self, scroll_vertical=True):
524 def _movement_stopped():
536 def get_page_width(self):
547 def __init__(self, cr, httpdir):
562 def clear_previous_events(self):
569 def get_events_log(self):
574 def log_events(self):
580 def get_time_of_last_event(self):
585 def get_event_count(self):
590 def get_scroll_delta(self, is_vertical):
600 def get_click_count(self):
605 def wait_for_events_to_complete(self, delay_secs=1, timeout=60):
615 def _events_stopped_coming():
633 def set_prevent_defaults(self, value):