Searched refs:imageLength (Results 1 – 2 of 2) sorted by relevance
114 public final int imageLength; field in ExifInterfaceTest.ExpectedValue157 imageLength = typedArray.getInt(23, 0); in ExpectedValue()308 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength); in compareWithExpectedValue()
2295 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() local2298 rgbValues, imageWidth, imageLength, Bitmap.Config.ARGB_8888); in getThumbnailBitmap()3043 int imageLength = in.readShort(); in getRafAttributes() local3046 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()3052 Log.d(TAG, "Updated to length: " + imageLength + ", width: " + imageWidth); in getRafAttributes()