Searched refs:mPhotoDim (Results 1 – 2 of 2) sorted by relevance
66 private static int mPhotoDim; field in PhotoSelectionHandler287 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()
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()