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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java265 private static final int MICRO_KIND = 3; field in class:MediaStore.InternalThumbnails
318 * stream from database (MICRO_KIND) or file (MINI_KIND).
320 * Special optimization has been done to avoid further IPC communication for MICRO_KIND
325 * @param kind could be MINI_KIND or MICRO_KIND
341 if (kind == MICRO_KIND) {
381 if (kind == MICRO_KIND) {
640 Images.Thumbnails.MICRO_KIND);
702 * MICRO_KIND: 96 x 96 thumbnail
740 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
772 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND
833 public static final int MICRO_KIND = 3; field in class:MediaStore.Images.Thumbnails
1828 public static final int MICRO_KIND = 3; field in class:MediaStore.Video.Thumbnails
[all...]

Completed in 41 milliseconds