Home | History | Annotate | Download | only in launcher3

Lines Matching full:iconindex

156     public static Bitmap createIconBitmap(Cursor c, int iconIndex, Context context) {
157 byte[] data = c.getBlob(iconIndex);