Home | History | Annotate | Download | only in ui

Lines Matching refs:photo

101     /** The launch code when picking a photo and the raw data is returned */
167 // Build editor and listen for photo requests
455 * Class that listens to requests coming from photo editors
477 // There is an existing photo, offer to remove, replace, or promoto to primary
480 // No photo set and not read-only, try to set the photo
525 // Set the photo as super primary
543 // Remove the photo
548 // Pick a new photo for the contact
594 final Bitmap photo = data.getParcelableExtra("data");
595 requestingEditor.setPhotoBitmap(photo);
598 // The contact that requested the photo is no longer present.
1032 * Pick a specific photo to be added under the currently selected tab.
1045 * Creates a dialog offering two options: take a photo or pick a photo from the gallery.
1080 * Create a file name for the icon photo using current time.
1093 // Launch camera to take photo for selected contact
1104 * Constructs an intent for capturing a photo and storing it in a temporary file.
1113 * Sends a newly acquired photo to Gallery for cropping
1125 // Launch gallery to crop the photo
1150 * Launches Gallery to pick a photo.
1154 // Launch picker to choose photo for selected contact
1163 * Constructs an intent for picking a photo from Gallery, cropping it and returning the bitmap.