Searched refs:mPoint (Results 1 – 5 of 5) sorted by relevance
47 private final Point mPoint; field in SelectionBoundary65 this.mPoint = null; in SelectionBoundary()82 this.mPoint = null; in SelectionBoundary()97 this.mPoint = point; in SelectionBoundary()111 this.mPoint = point; in SelectionBoundary()117 mPoint = in.readParcelable(Point.class.getClassLoader()); in SelectionBoundary()141 return mPoint; in getPoint()152 dest.writeParcelable(mPoint, flags); in writeToParcel()
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 FolderGridOrganizer151 mPoint.x = pagePos % mCountX; in getPosForRank()152 mPoint.y = pagePos / mCountX; in getPosForRank()153 return mPoint; in getPosForRank()
86 finger.mPoint = new Point((int) event.getX(pointerIndex), in onTouchEvent()119 Point point = finger.mPoint; in onDraw()127 Point mPoint; field in AbstractTouchPointView.Finger