Searched refs:mNewUserPhotoBitmap (Results 1 – 1 of 1) sorted by relevance
87 private Bitmap mNewUserPhotoBitmap; field in EditUserPhotoController104 mNewUserPhotoBitmap = bitmap; in EditUserPhotoController()127 return mNewUserPhotoBitmap; in getNewUserPhotoBitmap()311 mNewUserPhotoBitmap = bitmap; in onPhotoCropped()313 .getInstance(mImageView.getContext(), mNewUserPhotoBitmap); in onPhotoCropped()346 if (mNewUserPhotoBitmap == null) { in saveNewUserPhotoBitmap()352 mNewUserPhotoBitmap.compress(Bitmap.CompressFormat.PNG, 100, os); in saveNewUserPhotoBitmap()