Home
last modified time | relevance | path

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

/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;
91 mCropView = (CropView) findViewById(R.id.cropView); in init()