Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java66 private static int mPhotoDim; field in PhotoSelectionHandler
287 if (mPhotoDim != 0) { in getPhotoPickSize()
288 return mPhotoDim; in getPhotoPickSize()
297 mPhotoDim = c.getInt(0); in getPhotoPickSize()
303 return mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim; in getPhotoPickSize()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java88 private static int mPhotoDim; field in AttachPhotoActivity
121 if (mPhotoDim == 0) { in onCreate()
127 mPhotoDim = c.getInt(0); in onCreate()
199 ContactPhotoUtils.addCropExtras(intent, mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim); in onActivityResult()