Searched defs:dataSourceType (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DHighlightDrawer.java39 int dataSourceType, int mediaType, boolean isPanorama,
56 drawIcon(canvas, width, height, dataSourceType);
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,
68 drawIcon(canvas, width, height, dataSourceType);
69 if (dataSourceType == DATASOURCE_TYPE_MTP) {
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.java66 int dataSourceType) {
67 ResourceTexture icon = getIcon(dataSourceType);
77 protected ResourceTexture getIcon(int dataSourceType) { argument
79 switch (dataSourceType) {
65 drawIcon(GLCanvas canvas, int width, int height, int dataSourceType) argument
H A DManageCacheDrawer.java53 private static boolean isLocal(int dataSourceType) { argument
54 return dataSourceType != DATASOURCE_TYPE_PICASA;
60 int dataSourceType, int mediaType, boolean isPanorama,
65 boolean available = isLocal(dataSourceType) || chooseToCache;
91 drawIcon(canvas, width, height, dataSourceType);
92 drawCachingPin(canvas, path, dataSourceType, isCaching, chooseToCache,
100 private void drawCachingPin(GLCanvas canvas, Path path, int dataSourceType, argument
104 if (isLocal(dataSourceType)) {
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,
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

Completed in 50 milliseconds