Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1406 return getComponentCountFromInfo(info) != ExifTag.SIZE_UNDEFINED; in isTagCountDefined()
1421 return getComponentCountFromInfo(info); in getDefinedTagCount()
1503 int definedCount = getComponentCountFromInfo(info); in buildTag()
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag()
1715 int def_count = getComponentCountFromInfo(info); in getTagDefinitionForTag()
2403 protected static int getComponentCountFromInfo(int info) { in getComponentCountFromInfo() method in ExifInterface