Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DPointerGesture.java79 mActions.addLast(new PointerLinearMoveAction(mActions.peekLast().end, dest, speed)); in move()
158 private static class PointerLinearMoveAction extends PointerAction { class in PointerGesture
160 public PointerLinearMoveAction(Point startPoint, Point endPoint, int speed) { in PointerLinearMoveAction() method in PointerGesture.PointerLinearMoveAction