Searched refs:swipe (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/aoa_helper/ |
D | README.md | 16 device.swipe(new Point(0, 0), new Point(360, 640), Duration.ofMillis(100));
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | AoaTargetPreparerTest.java | 139 .swipe(eq(new Point(3, 45)), eq(new Point(6, 78)), eq(Duration.ofMillis(123))); in testSwipe()
|
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 250 public void swipe(@Nonnull Point from, @Nonnull Point to, @Nonnull Duration duration) { in swipe() method in AoaDevice
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | AoaTargetPreparer.java | 90 device.swipe(from, to, duration); in ACTIONS.put()
|
/tools/tradefederation/core/aoa_helper/javatests/com/android/helper/aoa/ |
D | AoaDeviceTest.java | 242 mDevice.swipe(new Point(20, 0), new Point(70, 100), Duration.ofMillis(50)); in testSwipe()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 956 def swipe(self, direction): member in BudsDevice
|