Searched defs:TouchPoint (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DWebViewEventSender.java35 mTouchPoints = new Vector<TouchPoint>();
208 TouchPoint tp = mTouchPoints.get(i);
253 TouchPoint tp = mTouchPoints.get(i);
272 TouchPoint tp = mTouchPoints.get(i);
295 TouchPoint tp = mTouchPoints.get(id);
312 mTouchPoints.add(new TouchPoint(id, contentsToWindowX(x), contentsToWindowY(y)));
316 TouchPoint tp = mTouchPoints.get(i);
343 TouchPoint tp = mTouchPoints.get(id);
371 private class TouchPoint { class in class:WebViewEventSender
380 public TouchPoint(in method in class:WebViewEventSender.TouchPoint
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java80 public static class TouchPoint { class in class:EventSenderImpl
88 public TouchPoint(int id, Point point) { method in class:EventSenderImpl.TouchPoint
143 private List<TouchPoint> mTouchPoints;
222 new TouchPoint(id, createViewPointFromContentCoordinates(msg.arg1, msg.arg2)));
240 Log.w(LOG_TAG + "::MSG_UPDATE_TOUCH_POINT", "TouchPoint out of bounds: "
265 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
286 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
446 private List<TouchPoint> getTouchPoints() {
448 mTouchPoints = new LinkedList<TouchPoint>();

Completed in 30 milliseconds