Searched defs:FilterFxRepresentation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterFxRepresentation.java21 public class FilterFxRepresentation extends FilterRepresentation { class in inherits:FilterRepresentation
22 private static final String LOGTAG = "FilterFxRepresentation";
28 public FilterFxRepresentation(String name, int bitmapResource, int nameResource) { method in class:FilterFxRepresentation
47 FilterFxRepresentation representation = new FilterFxRepresentation(getName(),0,0);
60 if (a instanceof FilterFxRepresentation) {
61 FilterFxRepresentation representation = (FilterFxRepresentation) a;
74 if (representation instanceof FilterFxRepresentation) {
75 FilterFxRepresentation f
[all...]

Completed in 931 milliseconds