Searched refs:bytesOffset (Results 1 – 2 of 2) sorted by relevance
1470 private final int bytesOffset; field in BoundedByteString1488 this.bytesOffset = offset; in BoundedByteString()1507 return bytes[bytesOffset + index]; in byteAt()1517 return bytesOffset; in getOffsetIntoBytes()
608 public final long bytesOffset; field in ExifInterface.ExifAttribute617 private ExifAttribute(int format, int numberOfComponents, long bytesOffset, byte[] bytes) { in ExifAttribute() argument620 this.bytesOffset = bytesOffset; in ExifAttribute()2094 return new long[] { attribute.bytesOffset, attribute.bytes.length }; in getAttributeRange()3329 final int bytesOffset = dataInputStream.peek() + mExifOffset; in readImageFileDirectory() local3333 bytesOffset, bytes); in readImageFileDirectory()