HomeSort by relevance Sort by last modified time
    Searched defs:MICRO_KIND (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/provider/
MediaStore.java 249 private static final int MICRO_KIND = 3;
300 * stream from database (MICRO_KIND) or file (MINI_KIND).
302 * Special optimization has been done to avoid further IPC communication for MICRO_KIND
307 * @param kind could be MINI_KIND or MICRO_KIND
323 if (kind == MICRO_KIND) {
359 if (kind == MICRO_KIND) {
614 Images.Thumbnails.MICRO_KIND);
676 * MICRO_KIND: 96 x 96 thumbnail
714 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND.
746 * @param kind The type of thumbnail to fetch. Should be either MINI_KIND or MICRO_KIND
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 10 milliseconds