Home
last modified time | relevance | path

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

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