Searched refs:mNewUserPhotoBitmap (Results 1 – 1 of 1) sorted by relevance
61 private Bitmap mNewUserPhotoBitmap; field in EditUserPhotoController75 mNewUserPhotoBitmap = savedBitmap; in EditUserPhotoController()158 mNewUserPhotoBitmap = bitmap; in onPhotoProcessed()160 .getInstance(mImageView.getContext(), mNewUserPhotoBitmap); in onPhotoProcessed()166 if (mNewUserPhotoBitmap == null) { in saveNewUserPhotoBitmap()172 mNewUserPhotoBitmap.compress(Bitmap.CompressFormat.PNG, 100, os); in saveNewUserPhotoBitmap()