Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3211 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues() local
3214 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) { in updateImageSizeValues()
3215 int length = bottomBorderValue - topBorderValue; in updateImageSizeValues()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3174 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues() local
3177 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) { in updateImageSizeValues()
3178 int length = bottomBorderValue - topBorderValue; in updateImageSizeValues()