Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3359 ExifAttribute rightBorderAttribute = in updateImageSizeValues() local
3383 bottomBorderAttribute != null && rightBorderAttribute != null) { in updateImageSizeValues()
3387 int rightBorderValue = rightBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java5769 ExifAttribute rightBorderAttribute =
5803 bottomBorderAttribute != null && rightBorderAttribute != null) {
5807 int rightBorderValue = rightBorderAttribute.getIntValue(mExifByteOrder);