Searched refs:mBitmapDrawable (Results 1 – 1 of 1) sorted by relevance
55 private BitmapDrawable mBitmapDrawable; field in PictureDetailsActivity89 mBitmapDrawable = new BitmapDrawable(getResources(), bitmap); in onCreate()90 mImageView.setImageDrawable(mBitmapDrawable); in onCreate()270 mBitmapDrawable.setColorFilter(colorizerFilter); in setSaturation()