Lines Matching refs:createULong

606         public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) {  in createULong()  method in ExifInterface.ExifAttribute
616 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
617 return createULong(new long[] {value}, byteOrder); in createULong()
1598 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
2402 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes()
2404 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes()
2891 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
2895 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
2903 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
3029 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory()
3031 ExifAttribute.createULong(mOrfThumbnailLength, mExifByteOrder); in readImageFileDirectory()
3507 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3511 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3515 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3519 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3521 ExifAttribute.createULong(mThumbnailLength, mExifByteOrder)); in writeExifSegment()
3549 ExifAttribute.createULong(thumbnailOffset, mExifByteOrder)); in writeExifSegment()
3567 ExifAttribute.createULong(ifdOffsets[IFD_TYPE_EXIF], mExifByteOrder)); in writeExifSegment()
3571 ExifAttribute.createULong(ifdOffsets[IFD_TYPE_GPS], mExifByteOrder)); in writeExifSegment()
3574 mAttributes[IFD_TYPE_EXIF].put(EXIF_POINTER_TAGS[3].name, ExifAttribute.createULong( in writeExifSegment()