Searched refs:getPoints (Results 1 – 5 of 5) sorted by relevance
34 Point firstPoint = stroke.getPoints().get(0); in getFalseTouchEvaluation()35 Point lastPoint = stroke.getPoints().get(stroke.getPoints().size() - 1); in getFalseTouchEvaluation()
53 Point point = stroke.getPoints().get(stroke.getPoints().size() - 1); in onTouchEvent()
66 stroke.getPoints().get(stroke.getPoints().size() - 1)); in onTouchEvent()
75 mStrokeMap.get(stroke).addPoint(stroke.getPoints().get(stroke.getPoints().size() - 1)); in onTouchEvent()
68 public ArrayList<Point> getPoints() { in getPoints() method in Stroke