Searched refs:ContactPhotoUtils (Results 1 – 6 of 6) sorted by relevance
48 import com.android.contacts.util.ContactPhotoUtils;121 final String path = ContactPhotoUtils.pathForCroppedPhoto( in handlePhotoActivityResult()199 final String newPath = ContactPhotoUtils.pathForNewCameraPhoto(fileName); in doCropPhoto()200 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, fileName); in doCropPhoto()256 final String croppedPhotoPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, photoFile); in getPhotoPickIntent()260 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize); in getPhotoPickIntent()272 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize); in getCropImageIntent()281 final String newPhotoPath = ContactPhotoUtils.pathForNewCameraPhoto(fileName); in getTakePhotoIntent()301 startTakePhotoActivity(ContactPhotoUtils.generateTempPhotoFileName()); in onTakePhotoChosen()312 startPickFromGalleryActivity(ContactPhotoUtils.generateTempPhotoFileName()); in onPickFromGalleryChosen()
42 import com.android.contacts.util.ContactPhotoUtils;82 mTempPhotoFile = ContactPhotoUtils.generateTempPhotoFile(this); in onCreate()125 ContactPhotoUtils.addGalleryIntentExtras(intent, mTempPhotoUri, mPhotoDim); in onActivityResult()187 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in saveContact()
24 import com.android.contacts.util.ContactPhotoUtils;541 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto( in onPhotoSelected()
24 import com.android.contacts.util.ContactPhotoUtils;156 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in setPhotoBitmap()
38 import com.android.contacts.util.ContactPhotoUtils;1638 ContactPhotoUtils.pathForCroppedPhoto(mContext, mCurrentPhotoFile);
38 public class ContactPhotoUtils { class