Lines Matching defs:rep

84             FilterGradRepresentation rep = (FilterGradRepresentation) tmpRep;
85 boolean f = rep.showParameterValue();
87 mImageGrad.setRepresentation(rep);
91 public void updateSeekBar(FilterGradRepresentation rep) {
103 FilterGradRepresentation rep = (FilterGradRepresentation) tmpRep;
104 int min = rep.getParameterMin(mSliderMode);
106 rep.setParameter(mSliderMode, value);
131 private void updateMenuItems(FilterGradRepresentation rep) {
132 int n = rep.getNumberOfBands();
179 FilterGradRepresentation rep = getGradRepresentation();
181 mAdapters[i].updateValues(rep);
197 FilterGradRepresentation rep = getGradRepresentation();
198 if (rep != null){
199 updateValues(rep);
204 public void updateValues(FilterGradRepresentation rep) {
205 int value = rep.getParameter(mMode);
212 FilterGradRepresentation rep = getGradRepresentation();
214 rep.setParameter(mMode, value);
265 FilterGradRepresentation rep = (FilterGradRepresentation) getLocalRepresentation();
266 if (rep == null) {
269 updateMenuItems(rep);
280 FilterGradRepresentation rep = (FilterGradRepresentation) tmpRep;
296 updateMenuItems(rep);
297 updateSeekBar(rep);
309 FilterGradRepresentation rep = getGradRepresentation();
310 if (rep == null) {
313 int val = rep.getParameter(mSliderMode);
327 FilterGradRepresentation rep = getGradRepresentation();
328 if (rep == null) {
331 return rep.getParameterMax(mSliderMode);
336 FilterGradRepresentation rep = getGradRepresentation();
337 if (rep == null) {
340 return rep.getParameterMin(mSliderMode);
350 FilterGradRepresentation rep = getGradRepresentation();
351 if (rep == null) {
354 return rep.getParameter(mSliderMode);
364 FilterGradRepresentation rep = getGradRepresentation();
365 if (rep == null) {
368 rep.setParameter(mSliderMode, value);
388 FilterGradRepresentation rep = getGradRepresentation();
389 if (rep == null) {
392 rep.addBand(MasterImage.getImage().getOriginalBounds());
393 updateMenuItems(rep);
394 updateSeekBar(rep);
407 FilterGradRepresentation rep = getGradRepresentation();
408 if (rep == null) {
411 rep.deleteCurrentBand();
413 updateMenuItems(rep);
414 updateSeekBar(rep);