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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java263 private static final int MINI_KIND = 1; field in class:MediaStore.InternalThumbnails
318 * stream from database (MICRO_KIND) or file (MINI_KIND).
325 * @param kind could be MINI_KIND or MICRO_KIND
326 * @param options this is only used for MINI_KIND when decoding the Bitmap
354 } else if (kind == MINI_KIND) {
393 } else if (kind == MINI_KIND) {
635 // Wait until MINI_KIND thumbnail is generated.
637 Images.Thumbnails.MINI_KIND, null);
701 * MINI_KIND: 512 x 384 thumbnail
740 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND o
831 public static final int MINI_KIND = 1; field in class:MediaStore.Images.Thumbnails
1826 public static final int MINI_KIND = 1; field in class:MediaStore.Video.Thumbnails
[all...]

Completed in 55 milliseconds