Searched refs:mPoint (Results 1 – 1 of 1) sorted by relevance
15 private Point mPoint = new Point(); field in TouchPointManager28 return mPoint; in getPoint()32 mPoint.set(x, y); in setPoint()44 return mPoint.x != 0 || mPoint.y != 0; in hasValidPoint()