Searched refs:CropBoundary (Results 1 – 3 of 3) sorted by relevance
59 public enum CropBoundary { enum in CropView75 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 …]
62 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()
221 CropView.CropBoundary.TOP, topFraction); in onLongScreenshotReceived()223 CropView.CropBoundary.BOTTOM, bottomFraction); in onLongScreenshotReceived()