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

  /packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
EditorManager.java 28 editorPlaceHolder.addEditor(new EditorChanSat());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java 26 import com.android.gallery3d.filtershow.editors.EditorChanSat;
75 setEditorId(EditorChanSat.ID);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 44 public class EditorChanSat extends ParametricEditor implements OnSeekBarChangeListener, FilterView {
45 public static final int ID = R.id.editorChanSat;
77 public EditorChanSat() {
259 param.setFilterView(EditorChanSat.this);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 82 import com.android.gallery3d.filtershow.editors.EditorChanSat;
519 mEditorPlaceHolder.addEditor(new EditorChanSat());
    [all...]

Completed in 482 milliseconds