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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java 52 if (getLocalRepresentation() != null && getLocalRepresentation() instanceof FilterBasicRepresentation) {
53 FilterBasicRepresentation interval = (FilterBasicRepresentation) getLocalRepresentation();
59 FilterRepresentation tmpRep = getLocalRepresentation();
EditorCurves.java 57 FilterRepresentation rep = getLocalRepresentation();
58 if (rep != null && getLocalRepresentation() instanceof FilterCurvesRepresentation) {
EditorRedEye.java 53 FilterRepresentation rep = getLocalRepresentation();
54 if (rep != null && getLocalRepresentation() instanceof FilterRedEyeRepresentation) {
EditorVignette.java 87 FilterRepresentation rep = getLocalRepresentation();
88 if (rep != null && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
96 if (getLocalRepresentation() != null
97 && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
99 (FilterVignetteRepresentation) getLocalRepresentation();
141 FilterRepresentation rep = getLocalRepresentation();
273 FilterRepresentation rep = getLocalRepresentation();
283 if (getLocalRepresentation() != null
284 && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
286 (FilterVignetteRepresentation) getLocalRepresentation();
    [all...]
ParametricEditor.java 116 if (getLocalRepresentation() instanceof FilterBasicRepresentation) {
117 FilterBasicRepresentation interval = (FilterBasicRepresentation) getLocalRepresentation();
137 if (getLocalRepresentation() != null
138 && getLocalRepresentation() instanceof FilterBasicRepresentation) {
139 FilterBasicRepresentation interval = (FilterBasicRepresentation) getLocalRepresentation();
170 FilterRepresentation rep = getLocalRepresentation();
EditorChanSat.java 83 FilterRepresentation rep = getLocalRepresentation();
140 if (getLocalRepresentation() != null
141 && getLocalRepresentation() instanceof FilterChanSatRepresentation) {
143 (FilterChanSatRepresentation) getLocalRepresentation();
267 FilterRepresentation rep = getLocalRepresentation();
288 if (getLocalRepresentation() != null
289 && getLocalRepresentation() instanceof FilterChanSatRepresentation) {
291 (FilterChanSatRepresentation) getLocalRepresentation();
EditorColorBorder.java 87 FilterRepresentation rep = getLocalRepresentation();
88 if (rep != null && getLocalRepresentation() instanceof FilterColorBorderRepresentation) {
90 (FilterColorBorderRepresentation) getLocalRepresentation();
203 FilterRepresentation rep = getLocalRepresentation();
EditorTinyPlanet.java 46 FilterRepresentation rep = getLocalRepresentation();
EditorGrad.java 73 FilterRepresentation tmpRep = getLocalRepresentation();
82 FilterRepresentation tmpRep = getLocalRepresentation();
101 FilterRepresentation tmpRep = getLocalRepresentation();
265 FilterGradRepresentation rep = (FilterGradRepresentation) getLocalRepresentation();
277 FilterRepresentation tmpRep = getLocalRepresentation();
318 FilterRepresentation tmpRep = getLocalRepresentation();
EditorDraw.java 121 FilterRepresentation rep = getLocalRepresentation();
122 if (rep != null && getLocalRepresentation() instanceof FilterDrawRepresentation) {
123 FilterDrawRepresentation drawRep = (FilterDrawRepresentation) getLocalRepresentation();
266 FilterRepresentation rep = getLocalRepresentation();
EditorMirror.java 59 FilterRepresentation rep = getLocalRepresentation();
EditorStraighten.java 63 FilterRepresentation rep = getLocalRepresentation();
Editor.java 195 public FilterRepresentation getLocalRepresentation() {
211 * returned by getLocalRepresentation. This causes the preview bitmap to be
215 commitLocalRepresentation(getLocalRepresentation());
267 FilterRepresentation representation = getLocalRepresentation();
EditorRotate.java 59 FilterRepresentation rep = getLocalRepresentation();
EditorCrop.java 90 FilterRepresentation rep = getLocalRepresentation();

Completed in 680 milliseconds