Searched refs:imageLength (Results 1 – 2 of 2) sorted by relevance
117 public final int imageLength; field in ExifInterfaceTest.ExpectedValue160 imageLength = typedArray.getInt(23, 0); in ExpectedValue()311 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
2304 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() local2307 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888); in getThumbnailBitmap()3054 int imageLength = in.readShort(); in getRafAttributes() local3057 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()3063 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth); in getRafAttributes()