Searched refs:mPoint (Results 1 – 3 of 3) sorted by relevance
50 private Point mPoint; field in ViewAutoScrollerTest59 mPoint = new Point(); in setUp()74 return mPoint; in setUp()98 mPoint = new Point(0, VIEW_HEIGHT/2); in testCursorNotInScrollZone()110 mPoint = new Point(0, TOP_Y_POINT); in testCursorInScrollZone_notActive()122 mPoint = new Point(0, TOP_Y_POINT); in testCursorInScrollZone_top()133 mPoint = new Point(0, BOTTOM_Y_POINT); in testCursorInScrollZone_bottom()
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()
35 private final Point mPoint = new Point(); field in FolderGridOrganizer148 mPoint.x = pagePos % mCountX; in getPosForRank()149 mPoint.y = pagePos / mCountX; in getPosForRank()150 return mPoint; in getPosForRank()