Searched refs:mCurrentBitmap (Results 1 – 3 of 3) 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()
35 private int mCurrentBitmap = 0; field in MainActivity62 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]); in onCreate()63 mCurrentBitmap += (mCurrentBitmap + 1) % NUM_BITMAPS; in onCreate()127 index = mCurrentBitmap; in doInBackground()143 mCurrentBitmap = (mCurrentBitmap + 1) % NUM_BITMAPS; in doInBackground()
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()