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

/external/chromium_org/content/browser/android/
H A Dtouch_point.h16 class TouchPoint { class in namespace:content
/external/chromium_org/ppapi/cpp/
H A Dtouch_point.h15 class TouchPoint { class in namespace:pp
17 TouchPoint() : touch_point_(PP_MakeTouchPoint()) {} function in class:pp::TouchPoint
19 TouchPoint(const PP_TouchPoint& point) : touch_point_(point) {} function in class:pp::TouchPoint
21 /// @return The identifier for this TouchPoint. This corresponds to the order
29 /// @return The x-y coordinates of this TouchPoint, in DOM coordinate space.
35 /// of this TouchPoint.
38 /// @return The angle of rotation of the elliptical model of this TouchPoint
42 /// @return The pressure applied to this TouchPoint. This is typically a
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DTouchPoint.java14 class TouchPoint { class
43 TouchPoint(int state, int id, float x, float y, float pressure, method in class:TouchPoint
55 // The following methods are called by native to parse the java TouchPoint
91 public static int createTouchPoints(MotionEvent event, TouchPoint[] pts) {
133 pts[i] = new TouchPoint(state, event.getPointerId(i),

Completed in 156 milliseconds