Home
last modified time | relevance | path

Searched refs:ContactPhotoUtils (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java48 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()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java42 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()
DPhotoSelectionActivity.java24 import com.android.contacts.util.ContactPhotoUtils;
541 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto( in onPhotoSelected()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java24 import com.android.contacts.util.ContactPhotoUtils;
156 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in setPhotoBitmap()
DContactEditorFragment.java38 import com.android.contacts.util.ContactPhotoUtils;
1638 ContactPhotoUtils.pathForCroppedPhoto(mContext, mCurrentPhotoFile);
/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java38 public class ContactPhotoUtils { class