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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java 44 public static final int MODE_GREEN = 3;
55 private BasicParameterInt mParamGreen = new BasicParameterInt(MODE_GREEN, 0, MINSAT, MAXSAT);
174 writer.value(getValue(MODE_GREEN));
197 setValue(MODE_GREEN, sreader.nextInt());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 153 value = rep.getValue(FilterChanSatRepresentation.MODE_GREEN);
229 return FilterChanSatRepresentation.MODE_GREEN;
332 rep.setParameterMode(FilterChanSatRepresentation.MODE_GREEN);

Completed in 242 milliseconds