Searched defs:getMediaType (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DActionImage.java80 public int getMediaType() { method in class:ActionImage
H A DLocalImage.java315 public int getMediaType() { method in class:LocalImage
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 DDataManager.java264 public int getMediaType(Path path) { method in class:DataManager
265 return getMediaObject(path).getMediaType();
H A DMediaObject.java47 // These are the bits returned from getMediaType():
119 public int getMediaType() { method in class:MediaObject

Completed in 94 milliseconds