Searched defs:mediaType (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterSet.java35 int mediaType) {
39 mMediaType = mediaType;
34 FilterSet(Path path, DataManager dataManager, MediaSet baseSet, int mediaType) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DHighlightDrawer.java39 int dataSourceType, int mediaType, boolean isPanorama,
54 drawMediaTypeOverlay(canvas, mediaType, isPanorama, x, y, width, height);
37 draw(GLCanvas canvas, Texture content, int width, int height, int rotation, Path path, int dataSourceType, int mediaType, boolean isPanorama, int labelBackgroundHeight, boolean wantCache, boolean isCaching) argument
H A DStripDrawer.java52 int dataSourceType, int mediaType, boolean isPanorama,
50 draw(GLCanvas canvas, Texture content, int width, int height, int rotation, Path path, int dataSourceType, int mediaType, boolean isPanorama, int labelBackgroundHeight, boolean wantCache, boolean isCaching) argument
H A DGridDrawer.java50 int dataSourceType, int mediaType, boolean isPanorama,
66 drawMediaTypeOverlay(canvas, mediaType, isPanorama, x, y, width, height);
48 draw(GLCanvas canvas, Texture content, int width, int height, int rotation, Path path, int dataSourceType, int mediaType, boolean isPanorama, int labelBackgroundHeight, boolean wantCache, boolean isCaching) argument
H A DIconDrawer.java110 protected void drawMediaTypeOverlay(GLCanvas canvas, int mediaType, argument
112 if (mediaType == MediaObject.MEDIA_TYPE_VIDEO) {
H A DManageCacheDrawer.java60 int dataSourceType, int mediaType, boolean isPanorama,
89 drawMediaTypeOverlay(canvas, mediaType, isPanorama, x, y, width, height);
58 draw(GLCanvas canvas, Texture content, int width, int height, int rotation, Path path, int dataSourceType, int mediaType, boolean isPanorama, int labelBackgroundHeight, boolean wantCache, boolean isCaching) argument
H A DSelectionDrawer.java37 int dataSourceType, int mediaType, boolean isPanorama,
42 int rotation, Path path, int mediaType, boolean isPanorama) {
44 DATASOURCE_TYPE_NOT_CATEGORIZED, mediaType, isPanorama,
35 draw(GLCanvas canvas, Texture content, int width, int height, int rotation, Path path, int dataSourceType, int mediaType, boolean isPanorama, int labelBackgroundHeight, boolean wantCache, boolean isCaching) argument
41 draw(GLCanvas canvas, Texture content, int width, int height, int rotation, Path path, int mediaType, boolean isPanorama) argument
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2599 private long insertFile(DatabaseHelper database, Uri uri, ContentValues initialValues, int mediaType, argument
2604 switch (mediaType) {
2727 if (mediaType == FileColumns.MEDIA_TYPE_PLAYLIST) {
2754 if (mediaType == FileColumns.MEDIA_TYPE_NONE && !MediaScanner.isNoMediaPath(path)) {
2757 mediaType = FileColumns.MEDIA_TYPE_AUDIO;
2759 mediaType = FileColumns.MEDIA_TYPE_VIDEO;
2761 mediaType = FileColumns.MEDIA_TYPE_IMAGE;
2763 mediaType = FileColumns.MEDIA_TYPE_PLAYLIST;
2767 values.put(FileColumns.MEDIA_TYPE, mediaType);
2770 if (mediaType
[all...]

Completed in 725 milliseconds