Lines Matching full:bitmap
24 import android.graphics.Bitmap;
32 * into memory and post a callback to display the resulting bitmap.
34 * Then proceed to load the full image bitmap. Three things can
44 * a callback to the UI thread to actually show the bitmap.
49 * bitmap on the floor.
53 public void imageLoaded(int pos, int offset, RotateBitmap bitmap,
104 final RotateBitmap bitmap,
111 mCB.imageLoaded(position, offset, bitmap, isThumb);
112 } else if (bitmap != null) {
113 bitmap.recycle();
173 Bitmap b = image.thumbBitmap(IImage.NO_ROTATE);
204 Bitmap b = image.fullSizeBitmap(sizeToUse, 3 * 1024 * 1024,