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

/frameworks/base/core/java/android/provider/
H A DMetadataReader.java200 TYPE_MAPPING.put(ExifInterface.TAG_RW2_SENSOR_BOTTOM_BORDER, TYPE_INT);
/frameworks/base/media/java/android/media/
H A DExifInterface.java370 public static final String TAG_RW2_SENSOR_BOTTOM_BORDER = "SensorBottomBorder"; field in class:ExifInterface
1001 new ExifTag(TAG_RW2_SENSOR_BOTTOM_BORDER, 6, IFD_FORMAT_ULONG),
3432 (ExifAttribute) mAttributes[imageType].get(TAG_RW2_SENSOR_BOTTOM_BORDER);
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java2059 public static final String TAG_RW2_SENSOR_BOTTOM_BORDER = "SensorBottomBorder"; field in class:ExifInterface
3378 new ExifTag(TAG_RW2_SENSOR_BOTTOM_BORDER, 6, IFD_FORMAT_ULONG),
5780 (ExifAttribute) mAttributes[imageType].get(TAG_RW2_SENSOR_BOTTOM_BORDER);

Completed in 46 milliseconds