Home
last modified time | relevance | path

Searched defs:definedCount (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1482 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1512 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local
1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java1243 public int definedCount = UNDEFINED; field in GridLayout.Axis