HomeSort by relevance Sort by last modified time
    Searched defs:TouchPoint (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
WebViewEventSender.java 35 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 {
380 public TouchPoint(int id, int x, int y)
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSenderImpl.java 80 public static class TouchPoint {
88 public TouchPoint(int id, Point point) {
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>();
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h     [all...]

Completed in 315 milliseconds