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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDraw.java 55 public class EditorDraw extends ParametricEditor implements FilterView {
97 if (!ParametricEditor.useCompact(mContext)) {
125 if (!ParametricEditor.useCompact(mContext)) {
168 if (!ParametricEditor.useCompact(mContext)) {
245 if (ParametricEditor.useCompact(mContext)) {
ParametricEditor.java 57 public class ParametricEditor extends Editor {
61 private final String LOGTAG = "ParametricEditor";
97 public ParametricEditor() {
101 protected ParametricEditor(int id) {
105 protected ParametricEditor(int id, int layoutID, int viewID) {
EditorColorBorder.java 45 public class EditorColorBorder extends ParametricEditor {
91 if (!ParametricEditor.useCompact(mContext)) {
189 if (ParametricEditor.useCompact(mContext)) {
BasicEditor.java 33 public class BasicEditor extends ParametricEditor implements ParameterInteger {
EditorGrad.java 44 public class EditorGrad extends ParametricEditor
92 if (ParametricEditor.useCompact(mContext)) {
144 if (ParametricEditor.useCompact(mContext)) {
EditorChanSat.java 44 public class EditorChanSat extends ParametricEditor implements OnSeekBarChangeListener, FilterView {
EditorVignette.java 39 public class EditorVignette extends ParametricEditor {

Completed in 833 milliseconds