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

/packages/apps/Gallery/src/com/android/camera/
H A DBitmapManager.java123 // Since our cancel request can arrive MediaProvider earlier than getThumbnail request,
138 public Bitmap getThumbnail(ContentResolver cr, long origId, int kind, method in class:BitmapManager
153 return Video.Thumbnails.getThumbnail(cr, origId, t.getId(),
156 return Images.Thumbnails.getThumbnail(cr, origId, t.getId(),
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java418 public byte[] getThumbnail(String deviceName, int objectHandle) { method in class:MtpClient
423 return device.getThumbnail(objectHandle);
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java98 * getThumbnail must be called on the same thread that created ThumbnailManager. This is
106 public ItemLoadedFuture getThumbnail(Uri uri, method in class:ThumbnailManager
108 return getThumbnail(uri, false, callback);
120 return getThumbnail(uri, true, callback);
123 private ItemLoadedFuture getThumbnail(Uri uri, boolean isVideo, method in class:ThumbnailManager
137 Log.v(TAG, "getThumbnail mThumbnailCache.get for uri: " + uri + " thumbnail: " +
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DProjectPickerAdapter.java152 thumbnail = getThumbnail(project.getPath(), iv, title, duration);
195 private Bitmap getThumbnail(String projectPath, ImageView imageView, String title, method in class:ProjectPickerAdapter
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java648 getThumbnail();
973 if (!effectsActive()) getThumbnail();
1634 private void getThumbnail() { method in class:VideoCamera
2013 getThumbnail();

Completed in 109 milliseconds