Home | History | Annotate | Download | only in browser

Lines Matching refs:THUMBNAIL

76     // Place on an edited bookmark to remove the saved thumbnail
763 Bitmap thumbnail = invalidateThumbnail ? null
764 : (Bitmap) bundle.getParcelable(BrowserContract.Bookmarks.THUMBNAIL);
771 title, thumbnail, mCurrentFolder);
910 values.putNull(BrowserContract.Bookmarks.THUMBNAIL);
918 Bitmap thumbnail;
921 thumbnail = (Bitmap) mMap.getParcelable(
922 BrowserContract.Bookmarks.THUMBNAIL);
926 thumbnail = null;
948 bundle.putParcelable(BrowserContract.Bookmarks.THUMBNAIL, thumbnail);