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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java35 public class CropView extends TiledImageView implements OnScaleGestureListener { class in inherits:TiledImageView,OnScaleGestureListener
60 public CropView(Context context) { method in class:CropView
64 public CropView(Context context, AttributeSet attrs) { method in class:CropView
H A DWallpaperCropActivity.java76 protected CropView mCropView;
92 mCropView = (CropView) findViewById(R.id.cropView);

Completed in 55 milliseconds