HomeSort by relevance Sort by last modified time
    Searched full:thumbid (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/wallpaper/
RandomDataSource.java 34 // Once we have the id and the thumbid, we can return a bitmap
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 462 public static final byte[] queryThumbnail(final Context context, final long thumbId, final long origId, final boolean isVideo,
465 return queryThumbnail(context, thumbId, origId, isVideo, thumbnailCache, timestamp);
509 private static final byte[] queryThumbnail(final Context context, final long thumbId, final long origId, final boolean isVideo,
517 byte[] bitmap = thumbnailCache.get(thumbId, timestamp);
520 bitmap = buildThumbnailForId(context, thumbnailCache, thumbId, origId, isVideo, DEFAULT_THUMBNAIL_WIDTH,
576 private static final byte[] buildThumbnailForId(final Context context, final DiskCache thumbnailCache, final long thumbId,
612 final byte[] retVal = writeBitmapToCache(thumbnailCache, thumbId, origId, bitmap, thumbnailWidth, thumbnailHeight,
620 public static final byte[] writeBitmapToCache(final DiskCache thumbnailCache, final long thumbId, final long origId,
685 thumbnailCache.put(thumbId, retVal, timestamp);
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 257 long thumbId = c.getLong(0);
259 thumbUri = ContentUris.withAppendedId(baseUri, thumbId);
    [all...]

Completed in 25 milliseconds