Searched refs:FilterGradRepresentation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorGrad.java39 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 re
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java30 public class FilterGradRepresentation extends FilterRepresentation class in inherits:FilterRepresentation,Line
32 private static final String LOGTAG = "FilterGradRepresentation";
41 public FilterGradRepresentation() { method in class:FilterGradRepresentation
127 FilterGradRepresentation rep = (FilterGradRepresentation) a;
140 FilterGradRepresentation representation = new FilterGradRepresentation();
153 if (representation instanceof FilterGradRepresentation) {
154 FilterGradRepresentation rep = (FilterGradRepresentation) representatio
[all...]
H A DImageFilterGrad.java47 FilterGradRepresentation mParameters = new FilterGradRepresentation();
56 return new FilterGradRepresentation();
61 mParameters = (FilterGradRepresentation) representation;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageGrad.java27 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 64 milliseconds