HomeSort by relevance Sort by last modified time
    Searched defs:displayPhoto (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 187 Bitmap displayPhoto = photoProcessor.getDisplayPhoto();
188 int width = displayPhoto.getWidth();
189 int height = displayPhoto.getHeight();
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 199 displayPhoto();
301 private void displayPhoto() {
502 // Setting the photo in displayPhoto() resulted in a relayout
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 352 displayPhoto(result);
378 displayPhoto(result);
395 private void displayPhoto(BitmapResult result) {

Completed in 623 milliseconds