Home
last modified time | relevance | path

Searched refs:mDefaultPhotoDim (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java68 private static final int mDefaultPhotoDim = 720; field in PhotoSelectionHandler
303 return mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim; in getPhotoPickSize()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java90 private static final int mDefaultPhotoDim = 720; field in AttachPhotoActivity
199 ContactPhotoUtils.addCropExtras(intent, mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim); in onActivityResult()