Searched refs:CropBoundary (Results 1 – 3 of 3) sorted by relevance
59 public enum CropBoundary { enum in CropView75 private CropBoundary mCurrentDraggingBoundary = CropBoundary.NONE;282 return boundary == CropBoundary.TOP || boundary == CropBoundary.BOTTOM; in isVertical()289 if (boundary == CropBoundary.NONE) { in animateBoundaryTo()470 return CropBoundary.TOP; in nearestBoundary()473 return CropBoundary.BOTTOM; in nearestBoundary()477 return CropBoundary.LEFT; in nearestBoundary()480 return CropBoundary.RIGHT; in nearestBoundary()483 return CropBoundary.NONE; in nearestBoundary()591 return CropBoundary.TOP; in viewIdToBoundary()[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()
222 CropView.CropBoundary.TOP, topFraction); in onLongScreenshotReceived()224 CropView.CropBoundary.BOTTOM, bottomFraction); in onLongScreenshotReceived()