Searched refs:EditorChanSat (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
H A DEditorManager.java28 editorPlaceHolder.addEditor(new EditorChanSat());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterChanSatRepresentation.java26 import com.android.gallery3d.filtershow.editors.EditorChanSat;
75 setEditorId(EditorChanSat.ID);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorChanSat.java44 public class EditorChanSat extends ParametricEditor implements OnSeekBarChangeListener, FilterView { class in inherits:ParametricEditor,OnSeekBarChangeListener,FilterView
77 public EditorChanSat() { method in class:EditorChanSat
259 param.setFilterView(EditorChanSat.this);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java82 import com.android.gallery3d.filtershow.editors.EditorChanSat;
519 mEditorPlaceHolder.addEditor(new EditorChanSat());

Completed in 99 milliseconds