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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterUserPresetRepresentation.java 30 setFilterType(FilterRepresentation.TYPE_FX);
FilterFxRepresentation.java 33 setFilterType(FilterRepresentation.TYPE_FX);
FilterRepresentation.java 44 public static final byte TYPE_FX = 2;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 351 && preset.contains(FilterRepresentation.TYPE_FX)) {
353 FilterRepresentation.TYPE_FX);
384 } else if (representation.getFilterType() == FilterRepresentation.TYPE_FX) {
388 if (current.getFilterType() == FilterRepresentation.TYPE_FX) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 204 int pos = preset.getPositionForType(FilterRepresentation.TYPE_FX);

Completed in 460 milliseconds