Home
last modified time | relevance | path

Searched refs:TYPE_TINYPLANET (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterTinyPlanetRepresentation.java33 setFilterType(FilterRepresentation.TYPE_TINYPLANET); in FilterTinyPlanetRepresentation()
DFilterRepresentation.java48 public static final byte TYPE_TINYPLANET = 6; field in FilterRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java208 if (representation.getFilterType() == FilterRepresentation.TYPE_TINYPLANET in isPanoramaSafe()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java834 return mPreset.contains(FilterRepresentation.TYPE_TINYPLANET); in hasTinyPlanet()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java540 if (preset.contains(FilterRepresentation.TYPE_TINYPLANET)){ in saveImage()