Searched refs:mPhotoDim (Results 1 – 2 of 2) sorted by relevance
66 private static int mPhotoDim; field in PhotoSelectionHandler289 if (mPhotoDim != 0) { in getPhotoPickSize()290 return mPhotoDim; in getPhotoPickSize()299 mPhotoDim = c.getInt(0); in getPhotoPickSize()305 return mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim; in getPhotoPickSize()
88 private static int mPhotoDim; field in AttachPhotoActivity121 if (mPhotoDim == 0) { in onCreate()127 mPhotoDim = c.getInt(0); in onCreate()199 ContactPhotoUtils.addCropExtras(intent, mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim); in onActivityResult()