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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java 43 public static final int MODE_YELLOW = 2;
54 private BasicParameterInt mParamYellow = new BasicParameterInt(MODE_YELLOW, 0, MINSAT, MAXSAT);
173 writer.value(getValue(MODE_YELLOW));
195 setValue(MODE_YELLOW, sreader.nextInt());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 150 value = rep.getValue(FilterChanSatRepresentation.MODE_YELLOW);
227 return FilterChanSatRepresentation.MODE_YELLOW;
328 rep.setParameterMode(FilterChanSatRepresentation.MODE_YELLOW);

Completed in 1226 milliseconds