Lines Matching defs:bitmap
33 import android.graphics.Bitmap;
233 static Bitmap getBitmap(Cursor cursor, int columnIndex) {
243 static Bitmap getBitmap(Cursor cursor, int columnIndex, Bitmap inBitmap) {
255 // Failed to re-use bitmap, create a new one
311 Bitmap bitmap =
313 item.setFavicon(bitmap);
319 Bitmap bitmap = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON);
320 item.setFavicon(bitmap);
456 Bitmap touchIcon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_TOUCH_ICON);
457 Bitmap favicon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON);