Lines Matching defs:rep

87             FilterRepresentation rep = getLocalRepresentation();
88 if (rep != null && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
89 FilterVignetteRepresentation drawRep = (FilterVignetteRepresentation) rep;
98 FilterVignetteRepresentation rep =
123 BasicParameterInt p = (BasicParameterInt) rep.getFilterParameter(mode[i]);
130 mImageVignette.setRepresentation(rep);
131 String text = mContext.getString(rep.getTextId()).toUpperCase();
141 FilterRepresentation rep = getLocalRepresentation();
142 if (rep == null || !(rep instanceof FilterVignetteRepresentation)) {
145 FilterVignetteRepresentation csrep = (FilterVignetteRepresentation) rep;
257 private void updateSeekBar(FilterVignetteRepresentation rep) {
262 protected Parameter getParameterToEdit(FilterRepresentation rep) {
263 if (rep instanceof FilterVignetteRepresentation) {
264 FilterVignetteRepresentation csrep = (FilterVignetteRepresentation) rep;
273 FilterRepresentation rep = getLocalRepresentation();
274 if (rep != null
275 && rep instanceof FilterVignetteRepresentation) {
276 FilterVignetteRepresentation csrep = (FilterVignetteRepresentation) rep;
310 FilterVignetteRepresentation rep = getVignetteRep();
315 rep.setParameterMode(FilterVignetteRepresentation.MODE_VIGNETTE);
316 p = rep.getFilterParameter(rep.getParameterMode());
321 rep.setParameterMode(FilterVignetteRepresentation.MODE_EXPOSURE);
322 p = rep.getFilterParameter(rep.getParameterMode());
327 rep.setParameterMode(FilterVignetteRepresentation.MODE_SATURATION);
328 p = rep.getFilterParameter(rep.getParameterMode());
333 rep.setParameterMode(FilterVignetteRepresentation.MODE_CONTRAST);
334 p = rep.getFilterParameter(rep.getParameterMode());
339 rep.setParameterMode(FilterVignetteRepresentation.MODE_FALLOFF);
340 p = rep.getFilterParameter(rep.getParameterMode());
345 rep.setCurrentParameter(value);