Searched refs:mStartPoint (Results 1 – 1 of 1) sorted by relevance
35 private Point mStartPoint; field in ScreenshotSelectorView52 mStartPoint = new Point(x, y); in startSelection()58 mSelectionRect.left = Math.min(mStartPoint.x, x); in updateSelection()59 mSelectionRect.right = Math.max(mStartPoint.x, x); in updateSelection()60 mSelectionRect.top = Math.min(mStartPoint.y, y); in updateSelection()61 mSelectionRect.bottom = Math.max(mStartPoint.y, y); in updateSelection()71 mStartPoint = null; in stopSelection()