Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3357 ExifAttribute bottomBorderAttribute = in updateImageSizeValues() local
3383 bottomBorderAttribute != null && rightBorderAttribute != null) { in updateImageSizeValues()
3386 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java5767 ExifAttribute bottomBorderAttribute =
5803 bottomBorderAttribute != null && rightBorderAttribute != null) {
5806 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder);