Searched defs:Photo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactPhotoSelectionFragment.java46 * Displays {@link Photo}s in a grid and calls back the host when one is clicked.
64 void onPhotoSelected(Photo photo);
71 public static final class Photo implements Parcelable { class in class:CompactPhotoSelectionFragment
73 public static final Creator<Photo> CREATOR = new Creator<Photo>() {
75 public Photo createFromParcel(Parcel in) {
76 return new Photo(in);
79 public Photo[] newArray(int size) {
80 return new Photo[size];
84 public Photo() { method in class:CompactPhotoSelectionFragment.Photo
87 private Photo(Parcel source) { method in class:CompactPhotoSelectionFragment.Photo
[all...]

Completed in 81 milliseconds