Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/touch_HasInput/
Dtouch_HasInput.py6 from autotest_lib.client.cros import touch_playback_test_base
9 class touch_HasInput(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_TouchscreenTaps/
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):
/external/autotest/client/site_tests/touch_TouchscreenScroll/
Dtouch_TouchscreenScroll.py9 from autotest_lib.client.cros import touch_playback_test_base
13 touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_TabSwitch/
Dtouch_TabSwitch.py9 from autotest_lib.client.cros import touch_playback_test_base
12 class touch_TabSwitch(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py9 from autotest_lib.client.cros import touch_playback_test_base
12 class touch_UpdateErrors(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_ScrollDirection/
Dtouch_ScrollDirection.py9 from autotest_lib.client.cros import touch_playback_test_base
12 class touch_ScrollDirection(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_TapSettings/
Dtouch_TapSettings.py11 from autotest_lib.client.cros import touch_playback_test_base
14 class touch_TapSettings(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_WakeupSource/
Dtouch_WakeupSource.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_WakeupSource(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Ddocumentscan_AppTestWithFakeLorgnette.py9 from autotest_lib.client.cros import touch_playback_test_base
15 touch_playback_test_base.touch_playback_test_base):
Dcontrol26 - An emulated mouse, implemented by subclassing touch_playback_test_base
/external/autotest/client/site_tests/touch_MouseScroll/
Dtouch_MouseScroll.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_MouseScroll(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/cros/
Dtouch_playback_test_base.py15 class touch_playback_test_base(test.test): class