Home | History | Annotate | Download | only in contacts-provider

Lines Matching full:thumbnail

17         <a href="#SetURIThumbnail">Set the Contact URI and Thumbnail</a>
55 initially appears as a thumbnail image. Although you can use any {@link android.graphics.Bitmap}
56 for the thumbnail image, you usually use a {@link android.graphics.Bitmap} decoded from the
57 contact's photo thumbnail image.
136 <h2 id="SetURIThumbnail">Set the Contact URI and Thumbnail</h2>
181 <h3>Set the photo thumbnail</h3>
184 load the contact's thumbnail photo. To load the photo, get a URI for the photo from the
186 thumbnail photo, and read the file into a {@link android.graphics.Bitmap}.
201 // The column in which to find the thumbnail ID
204 * The thumbnail URI, expressed as a String.
210 * Gets the photo thumbnail column index if
216 // Otherwise, sets the thumbnail column to the _ID column
222 * gets the thumbnail ID
229 destination view, and returns the properly-sized thumbnail in a
231 thumbnail:
235 * Load a contact photo thumbnail and return it as a Bitmap,
239 * @return A thumbnail Bitmap, sized to the provided width and height.
240 * Returns null if the thumbnail is not found.
243 // Creates an asset file descriptor for the thumbnail file.
273 * Retrieves an AssetFileDescriptor object for the thumbnail
310 thumbnail {@link android.graphics.Bitmap}, and use the result to set the photo thumbnail in
316 * Decodes the thumbnail file to a Bitmap.
330 {@link android.widget.QuickContactBadge} to display a thumbnail photo for each contact; when
331 users click the thumbnail, the {@link android.widget.QuickContactBadge} dialog appears.
392 you can bind both the contact's URI and thumbnail to the
485 * Decodes the thumbnail file to a Bitmap.
487 * in the section "Set the Contact URI and Thumbnail"
507 <a href="#SetURIThumbnail">Set the Contact URI and Thumbnail</a>