Searched refs:mNewUserPhotoBitmap (Results 1 – 1 of 1) sorted by relevance
93 private Bitmap mNewUserPhotoBitmap; field in EditUserPhotoController110 mNewUserPhotoBitmap = bitmap; in EditUserPhotoController()145 return mNewUserPhotoBitmap; in getNewUserPhotoBitmap()346 mNewUserPhotoBitmap = bitmap; in onPhotoCropped()348 .getInstance(mImageView.getContext(), mNewUserPhotoBitmap); in onPhotoCropped()380 if (mNewUserPhotoBitmap == null) { in saveNewUserPhotoBitmap()386 mNewUserPhotoBitmap.compress(Bitmap.CompressFormat.PNG, 100, os); in saveNewUserPhotoBitmap()