Searched refs:mCurrentBitmap (Results 1 – 2 of 2) sorted by relevance
44 Bitmap mCurrentBitmap = null; field in BitmapAllocation63 mCurrentBitmap = Bitmap.createBitmap(mBitmapOptions.outWidth, in onCreate()66 mBitmapOptions.inBitmap = mCurrentBitmap; in onCreate()69 imageview.setImageBitmap(mCurrentBitmap); in onCreate()81 bitmapOptions.inBitmap = mCurrentBitmap; in onCreate()84 mCurrentBitmap = BitmapFactory.decodeResource(getResources(), in onCreate()86 imageview.setImageBitmap(mCurrentBitmap); in onCreate()
38 private int mCurrentBitmap = 0; field in MainActivity78 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]); in onCreate()79 mCurrentBitmap += (mCurrentBitmap + 1) % NUM_BITMAPS; in onCreate()287 index = mCurrentBitmap; in doInBackground()290 mCurrentBitmap = (mCurrentBitmap + 1) % NUM_BITMAPS; in doInBackground()