Home | History | Annotate | Download | only in filters

Lines Matching defs:representation

30         FilterBasicRepresentation representation =
32 representation.setName("Vibrance");
33 representation.setSerializationName(SERIALIZATION_NAME);
34 representation.setFilterClass(ImageFilterVibrance.class);
35 representation.setTextId(R.string.vibrance);
36 representation.setMinimum(-100);
37 representation.setMaximum(100);
38 representation.setDefaultValue(0);
39 representation.setSupportsPartialRendering(true);
40 return representation;