Searched refs:CropBoundary (Results 1 – 3 of 3) sorted by relevance
59 public enum CropBoundary { enum in CropView75 private CropBoundary mCurrentDraggingBoundary = CropBoundary.NONE;288 return boundary == CropBoundary.TOP || boundary == CropBoundary.BOTTOM; in isVertical()295 if (boundary == CropBoundary.NONE) { in animateBoundaryTo()481 return CropBoundary.TOP; in nearestBoundary()484 return CropBoundary.BOTTOM; in nearestBoundary()488 return CropBoundary.LEFT; in nearestBoundary()491 return CropBoundary.RIGHT; in nearestBoundary()494 return CropBoundary.NONE; in nearestBoundary()602 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()
50 import com.android.systemui.screenshot.CropView.CropBoundary;240 mCropView.setBoundaryPosition(CropBoundary.TOP, topFraction); in onLongScreenshotReceived()241 mCropView.setBoundaryPosition(CropBoundary.BOTTOM, bottomFraction); in onLongScreenshotReceived()