Home
last modified time | relevance | path

Searched refs:TYPE_VIGNETTE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java46 public static final byte TYPE_VIGNETTE = 4; field in FilterRepresentation
DFilterDrawRepresentation.java164 setFilterType(FilterRepresentation.TYPE_VIGNETTE); in FilterDrawRepresentation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java204 if (representation.getFilterType() == FilterRepresentation.TYPE_VIGNETTE in isPanoramaSafe()