Home | History | Annotate | Download | only in filters

Lines Matching refs:representation

38         FilterBasicRepresentation representation = (FilterBasicRepresentation) super.getDefaultRepresentation();
39 representation.setName("Downsample");
40 representation.setSerializationName(SERIALIZATION_NAME);
42 representation.setFilterClass(ImageFilterDownsample.class);
43 representation.setMaximum(100);
44 representation.setMinimum(1);
45 representation.setValue(50);
46 representation.setDefaultValue(50);
47 representation.setPreviewValue(3);
48 representation.setTextId(R.string.downsample);
49 return representation;