Searched refs:TouchPoint (Results 1 – 2 of 2) sorted by relevance
35 mTouchPoints = new Vector<TouchPoint>(); in WebViewEventSender()208 TouchPoint tp = mTouchPoints.get(i); in touchMove()253 TouchPoint tp = mTouchPoints.get(i); in touchEnd()272 TouchPoint tp = mTouchPoints.get(i); in touchCancel()295 TouchPoint tp = mTouchPoints.get(id); in cancelTouchPoint()312 mTouchPoints.add(new TouchPoint(id, contentsToWindowX(x), contentsToWindowY(y))); in addTouchPoint()316 TouchPoint tp = mTouchPoints.get(i); in updateTouchPoint()343 TouchPoint tp = mTouchPoints.get(id); in releaseTouchPoint()371 private class TouchPoint { class in WebViewEventSender380 public TouchPoint(int id, int x, int y) { in TouchPoint() method in WebViewEventSender.TouchPoint[all …]
80 public static class TouchPoint { class in EventSenderImpl88 public TouchPoint(int id, Point point) { in TouchPoint() method in EventSenderImpl.TouchPoint143 private List<TouchPoint> mTouchPoints;222 … new TouchPoint(id, createViewPointFromContentCoordinates(msg.arg1, msg.arg2)));446 private List<TouchPoint> getTouchPoints() { in getTouchPoints()448 mTouchPoints = new LinkedList<TouchPoint>(); in getTouchPoints()