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

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

Completed in 56 milliseconds