Searched refs:getMediaType (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DActionImage.java80 public int getMediaType() { method in class:ActionImage
H A DMediaObject.java47 // These are the bits returned from getMediaType():
119 public int getMediaType() { method in class:MediaObject
H A DFilterTypeSet.java105 if (item.getMediaType() == mMediaType) {
H A DDataManager.java264 public int getMediaType(Path path) { method in class:DataManager
265 return getMediaObject(path).getMediaType();
H A DLocalSource.java114 private static int getMediaType(String type, int defaultType) { method in class:LocalSource
132 int mediaType = getMediaType(
H A DLocalVideo.java213 public int getMediaType() { method in class:LocalVideo
H A DUriImage.java241 public int getMediaType() { method in class:UriImage
H A DLocalImage.java315 public int getMediaType() { method in class:LocalImage
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java591 && mCurrentPhoto.getMediaType() == MediaObject.MEDIA_TYPE_IMAGE;
641 int type = mediaObject.getMediaType();
793 if (mCurrentPhoto.getMediaType() != MediaObject.MEDIA_TYPE_IMAGE) {
1524 if (item.getMediaType() == MediaObject.MEDIA_TYPE_VIDEO) {
1526 } else if (item.getMediaType() == MediaObject.MEDIA_TYPE_IMAGE) {
1529 return "Unknown:" + item.getMediaType();
H A DSinglePhotoDataAdapter.java226 return mItem.getMediaType() == MediaItem.MEDIA_TYPE_VIDEO;
H A DPhotoDataAdapter.java511 : item.getMediaType() == MediaItem.MEDIA_TYPE_VIDEO;
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DMediaItemsLoader.java123 int rawMediaType = item.getMediaType();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java292 type |= mediaObject.getMediaType();
363 type |= manager.getMediaType(path);
H A DAlbumSlidingWindow.java269 : entry.item.getMediaType();
H A DMenuExecutor.java223 String mimeType = getMimeType(manager.getMediaType(path));

Completed in 110 milliseconds