Searched refs:mDefaultPhotoDim (Results 1 – 2 of 2) sorted by relevance
68 private static final int mDefaultPhotoDim = 720; field in PhotoSelectionHandler302 return mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim; in getPhotoPickSize()
84 private static final int mDefaultPhotoDim = 720; field in AttachPhotoActivity189 ContactPhotoUtils.addCropExtras(intent, mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim); in onActivityResult()