Searched defs:getDataOffset (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java143 public int getDataOffset() { method in class:Icon
145 throw new IllegalStateException("called getDataOffset() on " + this);
326 BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())
416 dataStream.write(getDataBytes(), getDataOffset(), getDataLength());
484 && getDataOffset() == otherIcon.getDataOffset()
670 if (getDataOffset() != 0) {
671 sb.append(" off=").append(getDataOffset());
752 dest.writeBlob(getDataBytes(), getDataOffset(), getDataLength());
/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java105 public static int getDataOffset(byte[] buffer, int bufferLength) { method in class:MidiPortImpl

Completed in 85 milliseconds