Searched refs:mPoint (Results 1 – 1 of 1) sorted by relevance
244 Point mPoint = new Point(); field in PathAnimations.PointFToPointConverter252 mPoint.set(Math.round(value.x), Math.round(value.y)); in convert()253 return mPoint; in convert()