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

/frameworks/base/core/java/android/gesture/
H A DGesturePoint.java26 public class GesturePoint { class
32 public GesturePoint(float x, float y, long t) { method in class:GesturePoint
38 static GesturePoint deserialize(DataInputStream in) throws IOException {
44 return new GesturePoint(x, y, timeStamp);
49 return new GesturePoint(x, y, timestamp);

Completed in 2398 milliseconds