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