HomeSort by relevance Sort by last modified time
    Searched refs:CropView (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 35 public class CropView extends TiledImageView implements OnScaleGestureListener {
60 public CropView(Context context) {
64 public CropView(Context context, AttributeSet attrs) {
WallpaperCropActivity.java 76 protected CropView mCropView;
92 mCropView = (CropView) findViewById(R.id.cropView);
386 // Due to rounding errors in the cropview renderer the edges can be slightly offset
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 35 public class CropView extends TiledImageView implements OnScaleGestureListener {
60 public CropView(Context context) {
64 public CropView(Context context, AttributeSet attrs) {
WallpaperPickerActivity.java 243 CropView v = a.getCropView();
276 CropView c = a.getCropView();
378 mCropView = (CropView) findViewById(R.id.cropView);
382 mCropView.setTouchCallback(new CropView.TouchCallback() {
517 // cropView or the defaultWallpaperView first
    [all...]
WallpaperCropActivity.java 76 protected CropView mCropView;
92 mCropView = (CropView) findViewById(R.id.cropView);
392 // due to rounding errors in the cropview renderer the edges can be slightly offset
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 38 public class CropView extends View {
39 private static final String LOGTAG = "CropView";
82 public CropView(Context context) {
87 public CropView(Context context, AttributeSet attrs) {
92 public CropView(Context context, AttributeSet attrs, int defStyle) {
CropActivity.java 72 private CropView mCropView = null;
106 mCropView = (CropView) findViewById(R.id.cropView);

Completed in 73 milliseconds