Searched defs:createWithData (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/graphics/drawable/
H A DIconCompat.java133 * @see android.graphics.drawable.Icon#createWithData(byte[], int, int)
135 public static IconCompat createWithData(byte[] data, int offset, int length) { method in class:IconCompat
197 return Icon.createWithData((byte[]) mObj1, mInt1, mInt2);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java461 return createWithData(data, 0 /* offset */, length);
586 public static Icon createWithData(byte[] data, int offset, int length) { method in class:Icon

Completed in 329 milliseconds