Searched defs:dataSourceType (Results 1 - 6 of 6) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | HighlightDrawer.java | 39 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 D | StripDrawer.java | 52 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 D | GridDrawer.java | 50 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 D | IconDrawer.java | 66 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 D | ManageCacheDrawer.java | 53 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 D | SelectionDrawer.java | 37 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