Searched defs:copyAllParameters (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDirectRepresentation.java24 copyAllParameters(representation);
29 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterDirectRepresentation
30 super.copyAllParameters(representation);
H A DFilterRedEyeRepresentation.java40 copyAllParameters(representation);
45 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterRedEyeRepresentation
46 super.copyAllParameters(representation);
H A DFilterImageBorderRepresentation.java43 copyAllParameters(representation);
48 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterImageBorderRepresentation
49 super.copyAllParameters(representation);
H A DFilterCurvesRepresentation.java38 copyAllParameters(representation);
43 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterCurvesRepresentation
44 super.copyAllParameters(representation);
H A DFilterFxRepresentation.java48 copyAllParameters(representation);
53 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterFxRepresentation
54 super.copyAllParameters(representation);
H A DFilterPointRepresentation.java37 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterPointRepresentation
38 super.copyAllParameters(representation);
H A DFilterTinyPlanetRepresentation.java43 copyAllParameters(representation);
48 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterTinyPlanetRepresentation
49 super.copyAllParameters(representation);
H A DFilterCropRepresentation.java125 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterCropRepresentation
127 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
129 super.copyAllParameters(representation);
H A DFilterRotateRepresentation.java128 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterRotateRepresentation
130 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
132 super.copyAllParameters(representation);
H A DFilterStraightenRepresentation.java96 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterStraightenRepresentation
98 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
100 super.copyAllParameters(representation);
H A DFilterBasicRepresentation.java53 copyAllParameters(representation);
58 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterBasicRepresentation
59 super.copyAllParameters(representation);
H A DFilterChanSatRepresentation.java87 copyAllParameters(representation);
92 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterChanSatRepresentation
93 super.copyAllParameters(representation);
H A DFilterColorBorderRepresentation.java81 copyAllParameters(representation);
86 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterColorBorderRepresentation
87 super.copyAllParameters(representation);
H A DFilterMirrorRepresentation.java160 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterMirrorRepresentation
162 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
164 super.copyAllParameters(representation);
H A DFilterVignetteRepresentation.java101 copyAllParameters(representation);
106 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterVignetteRepresentation
107 super.copyAllParameters(representation);
H A DFilterDrawRepresentation.java189 copyAllParameters(representation);
194 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterDrawRepresentation
195 super.copyAllParameters(representation);
H A DFilterGradRepresentation.java141 copyAllParameters(representation);
146 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterGradRepresentation
147 super.copyAllParameters(representation);
H A DFilterRepresentation.java62 protected void copyAllParameters(FilterRepresentation representation) { method in class:FilterRepresentation

Completed in 69 milliseconds