Home
last modified time | relevance | path

Searched refs:photoSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DContactPhotoUtils.java102 public static void addGalleryIntentExtras(Intent intent, Uri croppedPhotoUri, int photoSize) { in addGalleryIntentExtras() argument
108 intent.putExtra("outputX", photoSize); in addGalleryIntentExtras()
109 intent.putExtra("outputY", photoSize); in addGalleryIntentExtras()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java123 public static void addCropExtras(Intent intent, int photoSize) { in addCropExtras() argument
129 intent.putExtra("outputX", photoSize); in addCropExtras()
130 intent.putExtra("outputY", photoSize); in addCropExtras()