Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java59 public enum CropBoundary { enum in CropView
75 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 …]
H A 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()
H A DLongScreenshotActivity.java50 import com.android.systemui.screenshot.CropView.CropBoundary;
240 mCropView.setBoundaryPosition(CropBoundary.TOP, topFraction); in onLongScreenshotReceived()
241 mCropView.setBoundaryPosition(CropBoundary.BOTTOM, bottomFraction); in onLongScreenshotReceived()