Searched defs:allowedIfds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1629 * @param allowedIfds the IFD's this tag is allowed to be put in.
1634 short defaultComponentCount, int[] allowedIfds) {
1645 // Make sure defaultIfd is in allowedIfds
1647 for (int i : allowedIfds) {
1659 int ifdFlags = getFlagsFromAllowedIfds(allowedIfds);
1660 // Make sure no identical tags can exist in allowedIfds
2382 protected static int getFlagsFromAllowedIfds(int[] allowedIfds) { argument
2383 if (allowedIfds == null || allowedIfds.length == 0) {
2389 for (int j : allowedIfds) {
1633 setTagDefinition(short tagId, int defaultIfd, short tagType, short defaultComponentCount, int[] allowedIfds) argument
[all...]

Completed in 42 milliseconds