HomeSort by relevance Sort by last modified time
    Searched refs:FilterFxRepresentation (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterFxRepresentation.java 21 public class FilterFxRepresentation extends FilterRepresentation {
22 private static final String LOGTAG = "FilterFxRepresentation";
28 public FilterFxRepresentation(String name, int bitmapResource, int nameResource) {
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 fx = (FilterFxRepresentation) representation
    [all...]
ImageFilterFx.java 26 private FilterFxRepresentation mParameters = null;
46 FilterFxRepresentation parameters = (FilterFxRepresentation) representation;
50 public FilterFxRepresentation getParameters() {
BaseFiltersManager.java 270 FilterFxRepresentation nullFx =
271 new FilterFxRepresentation(context.getString(R.string.none),
276 FilterFxRepresentation fx = new FilterFxRepresentation(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
State.java 19 import com.android.gallery3d.filtershow.filters.FilterFxRepresentation;
45 if (mFilterRepresentation instanceof FilterFxRepresentation) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 31 import com.android.gallery3d.filtershow.filters.FilterFxRepresentation;
425 return representation instanceof FilterFxRepresentation &&
426 ((FilterFxRepresentation) representation).getNameResource() == R.string.none;

Completed in 354 milliseconds