Home
last modified time | relevance | path

Searched refs:mStartPoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSelectorView.java35 private Point mStartPoint; field in ScreenshotSelectorView
52 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()