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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRotate.java 25 import com.android.gallery3d.filtershow.editors.EditorRotate;
30 private EditorRotate mEditorRotate;
78 public void setEditor(EditorRotate editorRotate) {
79 mEditorRotate = editorRotate;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorRotate.java 33 public class EditorRotate extends Editor implements EditorInfo {
34 public static final String TAG = EditorRotate.class.getSimpleName();
35 public static final int ID = R.id.editorRotate;
38 public EditorRotate() {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
EditorManager.java 36 editorPlaceHolder.addEditor(new EditorRotate());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java 24 import com.android.gallery3d.filtershow.editors.EditorRotate;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 91 import com.android.gallery3d.filtershow.editors.EditorRotate;
529 mEditorPlaceHolder.addEditor(new EditorRotate());
    [all...]

Completed in 644 milliseconds