Home | History | Annotate | Download | only in videoeditor

Lines Matching refs:Bitmap

21 import android.graphics.Bitmap;
78 private Bitmap mBitmap;
143 private class ImageLoaderAsyncTask extends AsyncTask<Void, Void, Bitmap> {
158 protected Bitmap doInBackground(Void... zzz) {
181 protected void onPostExecute(Bitmap bitmap) {
182 if (bitmap == null) {
192 mImageView.setImageBitmapResetBase(bitmap, true);
193 mBitmap = bitmap;
195 Log.d(TAG, "Bitmap size: " + bitmap.getWidth() + "x" + bitmap.getHeight()
196 + ", bytes: " + (bitmap.getRowBytes() * bitmap.getHeight()));
234 // Ensure that the size of the bitmap will not exceed the size supported
324 mBitmap = (Bitmap) getLastNonConfigurationInstance();
420 * Show the bitmap rectangle
468 * Show the bitmap rectangle