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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java538 private static final int MICRO_KIND = 3; field in class:MediaStore.InternalThumbnails
593 * stream from database (MICRO_KIND) or file (MINI_KIND).
595 * Special optimization has been done to avoid further IPC communication for MICRO_KIND
600 * @param kind could be MINI_KIND or MICRO_KIND
619 if (kind == MICRO_KIND) {
653 if (kind == MICRO_KIND) {
915 Images.Thumbnails.MICRO_KIND);
977 * MICRO_KIND: 96 x 96 thumbnail
1015 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
1047 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND
1108 public static final int MICRO_KIND = 3; field in class:MediaStore.Images.Thumbnails
2136 public static final int MICRO_KIND = 3; field in class:MediaStore.Video.Thumbnails
[all...]
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java80 * both kinds, so it only requests for MICRO_KIND and set saveImage to true.
82 * This method always returns a "square thumbnail" for MICRO_KIND thumbnail.
85 * @param kind could be MINI_KIND or MICRO_KIND
142 if (kind == Images.Thumbnails.MICRO_KIND) {
143 // now we make it a "square thumbnail" for MICRO_KIND thumbnail
156 * @param kind could be MINI_KIND or MICRO_KIND
189 } else if (kind == Images.Thumbnails.MICRO_KIND) {

Completed in 55 milliseconds