Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag()
1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag()
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag()
1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag()
1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag()
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag()
1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag()
1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag()
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag()
1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1482 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1483 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag()
1487 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag()
1512 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
1513 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag()
1515 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java773 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0; in validateLayoutParams()
872 int count = axis.definedCount; in checkLayoutParams()
1243 public int definedCount = UNDEFINED; field in GridLayout.Axis
1303 return max(definedCount, getMaxIndex()); in getCount()
1312 this.definedCount = count; in setCount()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71071 Landroid/widget/GridLayout$Axis;->definedCount:I