Home
last modified time | relevance | path

Searched refs:copyAllParameters (Results 1 – 18 of 18) sorted by relevance

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