Home
last modified time | relevance | path

Searched refs:touch_playback_test_base (Results 1 – 18 of 18) 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_StylusTaps/
Dtouch_StylusTaps.py9 from autotest_lib.client.cros import touch_playback_test_base
12 class touch_StylusTaps(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_TouchscreenTaps/
Dtouch_TouchscreenTaps.py9 from autotest_lib.client.cros import touch_playback_test_base
12 class touch_TouchscreenTaps(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_TouchscreenZoom/
Dtouch_TouchscreenZoom.py9 from autotest_lib.client.cros import touch_playback_test_base
12 class touch_TouchscreenZoom(touch_playback_test_base.touch_playback_test_base):
/external/autotest/client/site_tests/touch_GestureNav/
Dtouch_GestureNav.py10 from autotest_lib.client.cros import touch_playback_test_base
13 class touch_GestureNav(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/platform_MouseScrollTest/
Dplatform_MouseScrollTest.py13 from autotest_lib.client.cros import touch_playback_test_base
31 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/platform_ScrollTest/
Dplatform_ScrollTest.py12 from autotest_lib.client.cros import touch_playback_test_base
30 class platform_ScrollTest(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_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_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/touch_TapSettings/
Dtouch_TapSettings.py12 from autotest_lib.client.cros import touch_playback_test_base
15 class touch_TapSettings(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/site_tests/policy_KeyboardDefaultToFunctionKeys/
Dpolicy_KeyboardDefaultToFunctionKeys.py12 from autotest_lib.client.cros.touch_playback_test_base import EventsPage
/external/autotest/client/cros/
Dtouch_playback_test_base.py22 class touch_playback_test_base(test.test): class