Searched defs:mPhotoDim (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java82 private static int mPhotoDim; field in class:AttachPhotoActivity
112 // Load the photo dimension to request. mPhotoDim is a static class
115 if (mPhotoDim == 0) {
121 mPhotoDim = c.getInt(0);
189 ContactPhotoUtils.addCropExtras(intent, mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java66 private static int mPhotoDim; field in class:PhotoSelectionHandler
286 if (mPhotoDim != 0) {
287 return mPhotoDim;
296 mPhotoDim = c.getInt(0);
302 return mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim;

Completed in 96 milliseconds