Lines Matching defs:bitmap
39 import android.graphics.Bitmap;
158 // The bitmap of the last captured picture thumbnail and the URI of the
1393 // stream. Otherwise, pass back a scaled down version of the bitmap
1411 Bitmap bitmap = Util.makeBitmap(data, 50 * 1024);
1412 bitmap = Util.rotate(bitmap, orientation);
1414 new Intent("inline-data").putExtra("data", bitmap));