Home | History | Annotate | Download | only in filters

Lines Matching defs:representation

31         FilterBasicRepresentation representation =
33 representation.setName("Shadows");
34 representation.setSerializationName(SERIALIZATION_NAME);
35 representation.setFilterClass(ImageFilterShadows.class);
36 representation.setTextId(R.string.shadow_recovery);
37 representation.setMinimum(-100);
38 representation.setMaximum(100);
39 representation.setDefaultValue(0);
40 representation.setSupportsPartialRendering(true);
41 return representation;