Searched refs:PointerLinearMoveAction (Results 1 – 1 of 1) sorted by relevance
79 mActions.addLast(new PointerLinearMoveAction(mActions.peekLast().end, dest, speed)); in move()158 private static class PointerLinearMoveAction extends PointerAction { class in PointerGesture160 public PointerLinearMoveAction(Point startPoint, Point endPoint, int speed) { in PointerLinearMoveAction() method in PointerGesture.PointerLinearMoveAction