Home | History | Annotate | Download | only in launcher3

Lines Matching full:iconindex

864     private static Bitmap loadIconNoResize(Cursor c, int iconIndex, BitmapFactory.Options options) {
865 byte[] data = c.getBlob(iconIndex);