Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3694 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues() local
3697 if (bottomBorderValue > topBorderValue && rightBorderValue > leftBorderValue) { in updateImageSizeValues()
3698 int length = bottomBorderValue - topBorderValue; in updateImageSizeValues()