Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
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()
/frameworks/base/core/java/android/widget/
DGridLayout.java767 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0; in validateLayoutParams()
866 int count = axis.definedCount; in checkLayoutParams()
1237 public int definedCount = UNDEFINED; field in GridLayout.Axis
1297 return max(definedCount, getMaxIndex()); in getCount()
1306 this.definedCount = count; in setCount()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82177 Landroid/widget/GridLayout$Axis;->definedCount:I