Home
last modified time | relevance | path

Searched refs:bottomBorderAttribute (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java3182 ExifAttribute bottomBorderAttribute = in updateImageSizeValues() local
3208 bottomBorderAttribute != null && rightBorderAttribute != null) { in updateImageSizeValues()
3211 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3135 ExifAttribute bottomBorderAttribute = in updateImageSizeValues() local
3171 bottomBorderAttribute != null && rightBorderAttribute != null) { in updateImageSizeValues()
3174 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()