Searched refs:mNewUserPhotoBitmap (Results 1 – 1 of 1) sorted by relevance
76 private Bitmap mNewUserPhotoBitmap; field in EditUserPhotoController97 mNewUserPhotoBitmap = savedBitmap; in EditUserPhotoController()199 mNewUserPhotoBitmap = bitmap; in onPhotoProcessed()204 .getInstance(mImageView.getContext(), mNewUserPhotoBitmap); in onPhotoProcessed()210 if (mNewUserPhotoBitmap == null) { in saveNewUserPhotoBitmap()216 mNewUserPhotoBitmap.compress(Bitmap.CompressFormat.PNG, 100, os); in saveNewUserPhotoBitmap()