Searched defs:point (Results 1 – 9 of 9) sorted by relevance
40 Point point = new Point(10, 10); in testConstructor() local61 Point point = new Point(3, 4); in testEquals2() local
44 Point point = new Point(10, 10); in testConstructor() local
37 GesturePoint point = new GesturePoint(expected_x, expected_y, expected_timestamp); in testGesturePointConstructor() local
86 Point point = finger.point; in onDraw() local94 public Point point; field in TouchPointView.Finger
70 Point point = new Point(); in enqueueRenderSpecAndWait() local
281 private static Object serializePoint(Point point) throws org.json.JSONException { in serializePoint()
105 private static Object serializePoint(Point point) throws org.json.JSONException { in serializePoint()
574 Point point = new Point(); in testGetGlobalVisibleRectPoint() local
886 private int alignedPointInRange(double point, int align, Range<Integer> range) { in alignedPointInRange()