Searched refs:MICRO_KIND (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DMediaStore.java570 private static final int MICRO_KIND = 3; field in class:MediaStore.InternalThumbnails
625 * stream from database (MICRO_KIND) or file (MINI_KIND).
627 * Special optimization has been done to avoid further IPC communication for MICRO_KIND
632 * @param kind could be MINI_KIND or MICRO_KIND
650 if (kind == MICRO_KIND) {
684 if (kind == MICRO_KIND) {
947 Images.Thumbnails.MICRO_KIND);
1009 * MICRO_KIND: 96 x 96 thumbnail
1047 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
1079 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND
1140 public static final int MICRO_KIND = 3; field in class:MediaStore.Images.Thumbnails
2183 public static final int MICRO_KIND = 3; field in class:MediaStore.Video.Thumbnails
[all...]
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java74 * both kinds, so it only requests for MICRO_KIND and set saveImage to true.
76 * This method always returns a "square thumbnail" for MICRO_KIND thumbnail.
79 * @param kind could be MINI_KIND or MICRO_KIND
136 if (kind == Images.Thumbnails.MICRO_KIND) {
137 // now we make it a "square thumbnail" for MICRO_KIND thumbnail
150 * @param kind could be MINI_KIND or MICRO_KIND
183 } else if (kind == Images.Thumbnails.MICRO_KIND) {

Completed in 27 milliseconds