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

  /packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
EditorManager.java 27 editorPlaceHolder.addEditor(new EditorGrad());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 26 import com.android.gallery3d.filtershow.editors.EditorGrad;
32 private EditorGrad mEditorGrad;
200 public void setEditor(EditorGrad editorGrad) {
201 mEditorGrad = editorGrad;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 44 public class EditorGrad extends ParametricEditor
46 private static final String LOGTAG = "EditorGrad";
47 public static final int ID = R.id.editorGrad;
59 public EditorGrad() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 23 import com.android.gallery3d.filtershow.editors.EditorGrad;
48 setEditorId(EditorGrad.ID);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 86 import com.android.gallery3d.filtershow.editors.EditorGrad;
520 mEditorPlaceHolder.addEditor(new EditorGrad());
    [all...]

Completed in 1675 milliseconds