Searched defs:MINI_KIND (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DMediaStore.java527 private static final int MINI_KIND = 1; field in class:MediaStore.InternalThumbnails
582 * stream from database (MICRO_KIND) or file (MINI_KIND).
589 * @param kind could be MINI_KIND or MICRO_KIND
590 * @param options this is only used for MINI_KIND when decoding the Bitmap
621 } else if (kind == MINI_KIND) {
654 } else if (kind == MINI_KIND) {
899 // Wait until MINI_KIND thumbnail is generated.
901 Images.Thumbnails.MINI_KIND, null);
965 * MINI_KIND: 512 x 384 thumbnail
1004 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND o
1095 public static final int MINI_KIND = 1; field in class:MediaStore.Images.Thumbnails
2105 public static final int MINI_KIND = 1; field in class:MediaStore.Video.Thumbnails
[all...]

Completed in 49 milliseconds