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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 39 import com.android.gallery3d.filtershow.filters.FilterChanSatRepresentation;
84 if (rep == null || !(rep instanceof FilterChanSatRepresentation)) {
87 FilterChanSatRepresentation csrep = (FilterChanSatRepresentation) rep;
124 FilterChanSatRepresentation csrep = getChanSatRep();
126 switchToMode(csrep, FilterChanSatRepresentation.MODE_MASTER, menuString);
141 && getLocalRepresentation() instanceof FilterChanSatRepresentation) {
142 FilterChanSatRepresentation rep =
143 (FilterChanSatRepresentation) getLocalRepresentation();
144 int value = rep.getValue(FilterChanSatRepresentation.MODE_MASTER)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java 36 public class FilterChanSatRepresentation extends FilterRepresentation implements ParameterSet {
37 private static final String LOGTAG = "FilterChanSatRepresentation";
69 public FilterChanSatRepresentation() {
86 FilterChanSatRepresentation representation = new FilterChanSatRepresentation();
98 if (a instanceof FilterChanSatRepresentation) {
99 FilterChanSatRepresentation representation = (FilterChanSatRepresentation) a;
112 if (representation instanceof FilterChanSatRepresentation) {
113 FilterChanSatRepresentation rep = (FilterChanSatRepresentation) representation
    [all...]
ImageFilterChanSat.java 37 FilterChanSatRepresentation mParameters = new FilterChanSatRepresentation();
46 return new FilterChanSatRepresentation();
51 mParameters = (FilterChanSatRepresentation) representation;

Completed in 43 milliseconds