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

  /packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
EditorManager.java 38 editorPlaceHolder.addEditor(new EditorCrop());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 24 import com.android.gallery3d.filtershow.editors.EditorCrop;
45 setEditorId(EditorCrop.ID);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 37 public class EditorCrop extends Editor implements EditorInfo {
38 public static final String TAG = EditorCrop.class.getSimpleName();
39 public static final int ID = R.id.editorCrop;
69 public EditorCrop() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 35 import com.android.gallery3d.filtershow.editors.EditorCrop;
63 EditorCrop mEditorCrop;
325 public void setEditor(EditorCrop editorCrop) {
326 mEditorCrop = editorCrop;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 84 import com.android.gallery3d.filtershow.editors.EditorCrop;
527 mEditorPlaceHolder.addEditor(new EditorCrop());
    [all...]

Completed in 48 milliseconds