Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DCropView.java59 public enum CropBoundary { enum in CropView
75 private CropBoundary mCurrentDraggingBoundary = CropBoundary.NONE;
169 if (mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
179 if (mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
198 && mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
205 && mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
212 if (mCurrentDraggingBoundary != CropBoundary.NONE in onTouchEvent()
244 public void setBoundaryPosition(CropBoundary boundary, float position) { in setBoundaryPosition()
267 private float getBoundaryPosition(CropBoundary boundary) { in getBoundaryPosition()
281 private static boolean isVertical(CropBoundary boundary) { in isVertical()
[all …]
DMagnifierView.java62 private CropView.CropBoundary mCropBoundary;
144 if (mCropBoundary == CropView.CropBoundary.BOTTOM) { in onDraw()
153 public void onCropDragStarted(CropView.CropBoundary boundary, float boundaryPosition, in onCropDragStarted()
175 public void onCropDragMoved(CropView.CropBoundary boundary, float boundaryPosition, in onCropDragMoved()
DLongScreenshotActivity.java221 CropView.CropBoundary.TOP, topFraction); in onLongScreenshotReceived()
223 CropView.CropBoundary.BOTTOM, bottomFraction); in onLongScreenshotReceived()