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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java529 private static final int MICRO_KIND = 3; field in class:MediaStore.InternalThumbnails
582 * stream from database (MICRO_KIND) or file (MINI_KIND).
584 * Special optimization has been done to avoid further IPC communication for MICRO_KIND
589 * @param kind could be MINI_KIND or MICRO_KIND
608 if (kind == MICRO_KIND) {
642 if (kind == MICRO_KIND) {
904 Images.Thumbnails.MICRO_KIND);
966 * MICRO_KIND: 96 x 96 thumbnail
1004 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
1036 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND
1097 public static final int MICRO_KIND = 3; field in class:MediaStore.Images.Thumbnails
2107 public static final int MICRO_KIND = 3; field in class:MediaStore.Video.Thumbnails
[all...]

Completed in 37 milliseconds