HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoDim (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 66 private static int mPhotoDim;
287 if (mPhotoDim != 0) {
288 return mPhotoDim;
297 mPhotoDim = c.getInt(0);
303 return mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim;
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 88 private static int mPhotoDim;
118 // Load the photo dimension to request. mPhotoDim is a static class
121 if (mPhotoDim == 0) {
127 mPhotoDim = c.getInt(0);
199 ContactPhotoUtils.addCropExtras(intent, mPhotoDim != 0 ? mPhotoDim : mDefaultPhotoDim);

Completed in 895 milliseconds