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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropAction.java 42 CropView cropView = toolKit.addCropView();
43 cropView.setOnCropChangeListener(new CropView.OnCropChangeListener() {
55 cropView.setCropBounds(bounds);
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
CropAction.java 52 cropView.setPhotoBounds(new RectF(photoBounds));
53 cropView.setOnCropChangeListener(new CropView.OnCropChangeListener() {
65 cropView.setCropBounds(cropBounds);
66 if (!cropView.fullPhotoCropped()) {
70 cropView.setVisibility(View.VISIBLE);
FilterAction.java 51 protected final CropView cropView;
69 cropView = (CropView) tools.findViewById(R.id.crop_view);
143 if (cropView.getVisibility() == View.VISIBLE) {
144 cropView.setOnCropChangeListener(null);
145 cropView.setVisibility(View.INVISIBLE);

Completed in 559 milliseconds