Searched refs:touch (Results 1 – 3 of 3) sorted by relevance
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 209 touch(TOUCH_DOWN, point, duration); in click() 210 touch(TOUCH_UP, point, ACTION_DELAY); in click() 222 touch(TOUCH_DOWN, from, STEP_DELAY); in swipe() 233 touch(TOUCH_DOWN, point, STEP_DELAY); in swipe() 235 touch(TOUCH_UP, to, ACTION_DELAY); in swipe() 239 private void touch(byte type, Point point, Duration pause) { in touch() method in AoaDevice
|
/platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/ |
D | BouncingBallJankTest.java | 17 package com.android.wearable.touch.janktests;
|
D | TouchLatencyHelper.java | 17 package com.android.wearable.touch.janktests;
|