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 35 editorPlaceHolder.addEditor(new EditorCrop());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 33 public class EditorCrop extends Editor implements EditorInfo {
34 public static final int ID = R.id.editorCrop;
35 private static final String LOGTAG = "EditorCrop";
42 public EditorCrop() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMetadata.java 26 import com.android.gallery3d.filtershow.editors.EditorCrop;
68 setEditorId(EditorCrop.ID);
76 EditorCrop.ID,
ImageCrop.java 39 import com.android.gallery3d.filtershow.editors.EditorCrop;
88 private EditorCrop mEditorCrop;
732 public void setEditor(EditorCrop editorCrop) {
733 mEditorCrop = editorCrop;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 309 mEditorPlaceHolder.addEditor(new EditorCrop());
    [all...]

Completed in 1581 milliseconds