Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/site_tests/touch_HasInput/
H A Dtouch_HasInput.py7 from autotest_lib.client.cros import touch_playback_test_base
10 class touch_HasInput(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_StylusTaps/
H A Dtouch_StylusTaps.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_StylusTaps(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_TouchscreenTaps/
H A Dtouch_TouchscreenTaps.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_TouchscreenTaps(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_TouchscreenZoom/
H A Dtouch_TouchscreenZoom.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_TouchscreenZoom(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_GestureNav/
H A Dtouch_GestureNav.py11 from autotest_lib.client.cros import touch_playback_test_base
14 class touch_GestureNav(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_TouchscreenScroll/
H A Dtouch_TouchscreenScroll.py10 from autotest_lib.client.cros import touch_playback_test_base
14 touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_TabSwitch/
H A Dtouch_TabSwitch.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_TabSwitch(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_ScrollDirection/
H A Dtouch_ScrollDirection.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_ScrollDirection(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_TapSettings/
H A Dtouch_TapSettings.py13 from autotest_lib.client.cros import touch_playback_test_base
16 class touch_TapSettings(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_WakeupSource/
H A Dtouch_WakeupSource.py12 from autotest_lib.client.cros import touch_playback_test_base
15 class touch_WakeupSource(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/site_tests/touch_MouseScroll/
H A Dtouch_MouseScroll.py11 from autotest_lib.client.cros import touch_playback_test_base
14 class touch_MouseScroll(touch_playback_test_base.touch_playback_test_base):
/aosp_15_r20/external/autotest/client/cros/
H A Dtouch_playback_test_base.py28 class touch_playback_test_base(test.test): class