Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
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()
DCropView.java57 public class CropView extends View { class
91 public CropView(Context context, @Nullable AttributeSet attrs) { in CropView() method in CropView
95 public CropView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in CropView() method in CropView
98 attrs, R.styleable.CropView, 0, 0); in CropView()
512 super(CropView.this); in AccessibilityHelper()
DLongScreenshotActivity.java59 import com.android.systemui.screenshot.scroll.CropView.CropBoundary;
98 private CropView mCropView;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
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
DWallpaperCropActivity.java75 protected CropView mCropView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsActivity.java55 import com.android.systemui.screenshot.scroll.CropView;
94 private CropView mCropView;
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig532 description: "Mitigate crash on invalid computed range in CropView"