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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info);
1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED);
1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount);
1533 int definedCount = getComponentCountFromInfo(info);
1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED);
1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java735 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
834 int count = axis.definedCount;
1220 public int definedCount = UNDEFINED; field in class:GridLayout.Axis
1281 return max(definedCount, getMaxIndex());
1290 this.definedCount = count;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java723 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
810 int count = axis.definedCount;
1097 public int definedCount = UNDEFINED; field in class:GridLayout.Axis
1158 return max(definedCount, getMaxIndex());
1167 this.definedCount = count;

Completed in 134 milliseconds