Home | History | Annotate | Download | only in provider

Lines Matching defs:MINI_KIND

619         private static final int MINI_KIND = 1;
676 * stream from database (MICRO_KIND) or file (MINI_KIND).
683 * @param kind could be MINI_KIND or MICRO_KIND
684 * @param options this is only used for MINI_KIND when decoding the Bitmap
714 } else if (kind == MINI_KIND) {
748 } else if (kind == MINI_KIND) {
993 // Wait until MINI_KIND thumbnail is generated.
995 Images.Thumbnails.MINI_KIND, null);
1059 * MINI_KIND: 512 x 384 thumbnail
1098 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
1099 * @param options this is only used for MINI_KIND when decoding the Bitmap
1130 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
1131 * @param options this is only used for MINI_KIND when decoding the Bitmap
1196 public static final int MINI_KIND = 1;
2144 * MINI_KIND: 512 x 384 thumbnail
2168 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
2169 * @param options this is only used for MINI_KIND when decoding the Bitmap
2187 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND
2188 * @param options this is only used for MINI_KIND when decoding the Bitmap
2266 public static final int MINI_KIND = 1;