Searched refs:firstPoint (Results 1 – 2 of 2) sorted by relevance
34 Point firstPoint = stroke.getPoints().get(0); in getFalseTouchEvaluation() local36 return DirectionEvaluator.evaluate(lastPoint.x - firstPoint.x, lastPoint.y - firstPoint.y, in getFalseTouchEvaluation()
186 Point firstPoint = points.get(0); in rotateMotionEvents() local193 "After: (" + firstPoint.x + "," + firstPoint.y + "), (" + lastPoint.x + "," in rotateMotionEvents()