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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDirectRepresentation.java 24 copyAllParameters(representation);
29 protected void copyAllParameters(FilterRepresentation representation) {
30 super.copyAllParameters(representation);
FilterFxRepresentation.java 48 copyAllParameters(representation);
53 protected void copyAllParameters(FilterRepresentation representation) {
54 super.copyAllParameters(representation);
FilterImageBorderRepresentation.java 43 copyAllParameters(representation);
48 protected void copyAllParameters(FilterRepresentation representation) {
49 super.copyAllParameters(representation);
FilterRedEyeRepresentation.java 40 copyAllParameters(representation);
45 protected void copyAllParameters(FilterRepresentation representation) {
46 super.copyAllParameters(representation);
FilterTinyPlanetRepresentation.java 43 copyAllParameters(representation);
48 protected void copyAllParameters(FilterRepresentation representation) {
49 super.copyAllParameters(representation);
FilterPointRepresentation.java 37 protected void copyAllParameters(FilterRepresentation representation) {
38 super.copyAllParameters(representation);
FilterBasicRepresentation.java 53 copyAllParameters(representation);
58 protected void copyAllParameters(FilterRepresentation representation) {
59 super.copyAllParameters(representation);
FilterColorBorderRepresentation.java 81 copyAllParameters(representation);
86 protected void copyAllParameters(FilterRepresentation representation) {
87 super.copyAllParameters(representation);
FilterCurvesRepresentation.java 38 copyAllParameters(representation);
43 protected void copyAllParameters(FilterRepresentation representation) {
44 super.copyAllParameters(representation);
FilterStraightenRepresentation.java 96 protected void copyAllParameters(FilterRepresentation representation) {
98 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
100 super.copyAllParameters(representation);
FilterCropRepresentation.java 125 protected void copyAllParameters(FilterRepresentation representation) {
127 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
129 super.copyAllParameters(representation);
FilterMirrorRepresentation.java 160 protected void copyAllParameters(FilterRepresentation representation) {
162 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
164 super.copyAllParameters(representation);
FilterRotateRepresentation.java 128 protected void copyAllParameters(FilterRepresentation representation) {
130 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
132 super.copyAllParameters(representation);
FilterChanSatRepresentation.java 87 copyAllParameters(representation);
92 protected void copyAllParameters(FilterRepresentation representation) {
93 super.copyAllParameters(representation);
FilterVignetteRepresentation.java 101 copyAllParameters(representation);
106 protected void copyAllParameters(FilterRepresentation representation) {
107 super.copyAllParameters(representation);
FilterDrawRepresentation.java 189 copyAllParameters(representation);
194 protected void copyAllParameters(FilterRepresentation representation) {
195 super.copyAllParameters(representation);
FilterGradRepresentation.java 141 copyAllParameters(representation);
146 protected void copyAllParameters(FilterRepresentation representation) {
147 super.copyAllParameters(representation);
FilterRepresentation.java 62 protected void copyAllParameters(FilterRepresentation representation) {

Completed in 116 milliseconds