Home | History | Annotate | Download | only in filters

Lines Matching refs:representation

30         FilterBasicRepresentation representation =
32 representation.setName("Contrast");
33 representation.setFilterClass(ImageFilterContrast.class);
34 representation.setTextId(R.string.contrast);
35 representation.setButtonId(R.id.contrastButton);
37 representation.setMinimum(-100);
38 representation.setMaximum(100);
39 representation.setDefaultValue(0);
40 representation.setSupportsPartialRendering(true);
41 return representation;