Lines Matching refs:contact

57     contact's photo thumbnail image.
66 The large image associated with the contact, or no image is available, a placeholder
74 example, if the contact's details include one or more email addresses, an email icon
75 appears. When users click the icon, all of the contact's email addresses appear. When users
81 The {@link android.widget.QuickContactBadge} view provides instant access to a contact's
82 details, as well as a fast way of communicating with the contact. Users don't have to look up
83 a contact, find and copy information, and then paste it into the appropriate app. Instead, they
107 To display a contact in the {@link android.widget.QuickContactBadge}, you need a content URI
108 for the contact and a {@link android.graphics.Bitmap} for the small image. You generate
143 To set the content URI for the contact, call
147 contact. For example:
150 // The Cursor that contains contact rows
156 // A content URI for the desired contact
169 // Gets a content URI for the contact
178 When users click the {@link android.widget.QuickContactBadge} icon, the contact's
183 Setting the contact URI for the {@link android.widget.QuickContactBadge} does not automatically
184 load the contact's thumbnail photo. To load the photo, get a URI for the photo from the
185 contact's {@link android.database.Cursor} row, use it to open the file containing the compressed
221 * Assuming the current Cursor position is the contact you want,
228 Define a method that takes photo-related data for the contact and dimensions for the
235 * Load a contact photo thumbnail and return it as a Bitmap,
237 * @param photoData photo ID Prior to Honeycomb, the contact's _ID value.
258 * Creates a contact URI from the Contacts content URI
330 {@link android.widget.QuickContactBadge} to display a thumbnail photo for each contact; when
337 each contact you retrieve, put the following XML into a layout file:
392 you can bind both the contact's URI and thumbnail to the
477 * Generates a contact URI for the QuickContactBadge.