Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1468 return getTypeFromInfo(info); in getDefinedTagType()
1502 short type = getTypeFromInfo(info); in buildTag()
1532 short type = getTypeFromInfo(info); in buildUninitializedTag()
1714 short def_type = getTypeFromInfo(info); in getTagDefinitionForTag()
2399 protected static short getTypeFromInfo(int info) { in getTypeFromInfo() method in ExifInterface