Searched refs:getDataBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java157 public byte[] getDataBytes() { method in class:Icon
159 throw new IllegalStateException("called getDataBytes() on " + this);
326 BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())
416 dataStream.write(getDataBytes(), getDataOffset(), getDataLength());
485 && getDataBytes() == otherIcon.getDataBytes();
752 dest.writeBlob(getDataBytes(), getDataOffset(), getDataLength());

Completed in 53 milliseconds