Home
last modified time | relevance | path

Searched refs:CropView (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DMagnifierView.java45 public class MagnifierView extends View implements CropView.CropInteractionListener {
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()
H A DCropView.java56 public class CropView extends View { class
90 public CropView(Context context, @Nullable AttributeSet attrs) { in CropView() method in CropView
94 public CropView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in CropView() method in CropView
97 attrs, R.styleable.CropView, 0, 0); in CropView()
505 super(CropView.this); in AccessibilityHelper()
H A DLongScreenshotActivity.java50 import com.android.systemui.screenshot.CropView.CropBoundary;
92 private CropView mCropView;
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java34 public class CropView extends TiledImageView implements OnScaleGestureListener { class
59 public CropView(Context context) { in CropView() method in CropView
63 public CropView(Context context, AttributeSet attrs) { in CropView() method in CropView
H A DWallpaperCropActivity.java75 protected CropView mCropView;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java55 import com.android.systemui.screenshot.CropView;
94 private CropView mCropView;