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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 39 import com.android.gallery3d.filtershow.filters.FilterGradRepresentation;
51 private static final int MODE_BRIGHTNESS = FilterGradRepresentation.PARAM_BRIGHTNESS;
52 private static final int MODE_SATURATION = FilterGradRepresentation.PARAM_SATURATION;
53 private static final int MODE_CONTRAST = FilterGradRepresentation.PARAM_CONTRAST;
74 if (tmpRep instanceof FilterGradRepresentation) {
75 updateMenuItems((FilterGradRepresentation) tmpRep);
83 if (tmpRep instanceof FilterGradRepresentation) {
84 FilterGradRepresentation rep = (FilterGradRepresentation) tmpRep;
91 public void updateSeekBar(FilterGradRepresentation rep)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 30 public class FilterGradRepresentation extends FilterRepresentation
32 private static final String LOGTAG = "FilterGradRepresentation";
41 public FilterGradRepresentation() {
127 FilterGradRepresentation rep = (FilterGradRepresentation) a;
140 FilterGradRepresentation representation = new FilterGradRepresentation();
153 if (representation instanceof FilterGradRepresentation) {
154 FilterGradRepresentation rep = (FilterGradRepresentation) representation
    [all...]
ImageFilterGrad.java 47 FilterGradRepresentation mParameters = new FilterGradRepresentation();
56 return new FilterGradRepresentation();
61 mParameters = (FilterGradRepresentation) representation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 27 import com.android.gallery3d.filtershow.filters.FilterGradRepresentation;
31 private FilterGradRepresentation mGradRep;
38 float[] mPointsX = new float[FilterGradRepresentation.MAX_POINTS];
39 float[] mPointsY = new float[FilterGradRepresentation.MAX_POINTS];
133 public void setRepresentation(FilterGradRepresentation pointRep) {

Completed in 278 milliseconds