Searched defs:allowedIfds (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifInterface.java | 1608 * @param allowedIfds the IFD's this tag is allowed to be put in. 1613 short defaultComponentCount, int[] allowedIfds) { 1624 // Make sure defaultIfd is in allowedIfds 1626 for (int i : allowedIfds) { 1638 int ifdFlags = getFlagsFromAllowedIfds(allowedIfds); 1639 // Make sure no identical tags can exist in allowedIfds 2361 protected static int getFlagsFromAllowedIfds(int[] allowedIfds) { argument 2362 if (allowedIfds == null || allowedIfds.length == 0) { 2368 for (int j : allowedIfds) { 1612 setTagDefinition(short tagId, int defaultIfd, short tagType, short defaultComponentCount, int[] allowedIfds) argument [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 1629 * @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...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 1629 * @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...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifInterface.java | 1629 * @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 2423 protected static int getFlagsFromAllowedIfds(int[] allowedIfds) { argument 2424 if (allowedIfds == null || allowedIfds.length == 0) { 2430 for (int j : allowedIfds) { 1633 setTagDefinition(short tagId, int defaultIfd, short tagType, short defaultComponentCount, int[] allowedIfds) argument [all...] |
Completed in 51 milliseconds