D | CtsTouchUtils.java | 150 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils 152 emulateDragGesture(instrumentation, dragStartX, dragStartY, dragAmountX, dragAmountY, in emulateDragGesture() 156 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils 159 emulateDragGesture(instrumentation, dragStartX, dragStartY, dragAmountX, dragAmountY, in emulateDragGesture() 163 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils 195 public static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils 197 emulateDragGesture(instrumentation, coordinates, 2000, 20); in emulateDragGesture() 200 private static void emulateDragGesture(Instrumentation instrumentation, in emulateDragGesture() method in CtsTouchUtils 397 emulateDragGesture(instrumentation, x, startY, 0, amountY, durationMs, durationMs / 16, in emulateFlingGesture() 468 emulateDragGesture(instrumentation, emulatedX, emulatedStartY, 0, -swipeAmount, in emulateScrollToBottom() [all …]
|