Lines Matching defs:bitmap
20 import android.graphics.Bitmap;
185 * @param data The data to load the bitmap, in this case, a regular http URL
186 * @return The downloaded and resized bitmap
188 private Bitmap processBitmap(String data) {
242 Bitmap bitmap = null;
244 bitmap = decodeSampledBitmapFromDescriptor(fileDescriptor, mImageWidth,
252 return bitmap;
256 protected Bitmap processBitmap(Object data) {
261 * Download a bitmap from a URL and write the content to an output stream.