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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterImageBorderRepresentation.java 29 setFilterType(FilterRepresentation.TYPE_BORDER);
FilterColorBorderRepresentation.java 57 setFilterType(FilterRepresentation.TYPE_BORDER);
FilterRepresentation.java 43 public static final byte TYPE_BORDER = 1;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 200 if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER
328 if (filterRepresentation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
379 } else if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
407 if (rep.getFilterType() == FilterRepresentation.TYPE_BORDER) {
487 FilterRepresentation.TYPE_BORDER);
514 if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
537 FilterRepresentation.TYPE_BORDER);
562 || representation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 192 if (getRepresentation().getFilterType() == FilterRepresentation.TYPE_BORDER) {
CategoryAdapter.java 209 int pos = preset.getPositionForType(FilterRepresentation.TYPE_BORDER);

Completed in 93 milliseconds