Home | History | Annotate | Download | only in browser

Lines Matching full:bitmap

25 import android.graphics.Bitmap;
50 private Bitmap mCurrentThumbnail;
68 String curTitle, Bitmap curThumbnail, boolean createShortcut,
253 * @param favicon The favicon bitmap to write to the db.
256 final String originalUrl, final String url, final Bitmap favicon) {
268 favicon.compress(Bitmap.CompressFormat.PNG, 100, os);
382 Bitmap bitmap = null;
384 bitmap = CombinedBookmarkHistoryActivity.getIconListenerSet()
387 bitmap = BitmapFactory.decodeByteArray(data, 0, data.length);
389 b.setFavicon(bitmap);
435 Bitmap thumbnail = getScreenshot(position);
489 public Bitmap getScreenshot(int position) {
496 public Bitmap getFavicon(int position) {
500 public Bitmap getTouchIcon(int position) {
504 private Bitmap getBitmap(int cursorIndex, int position) {