HomeSort by relevance Sort by last modified time
    Searched refs:DataSourceType (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataSourceType.java 21 public final class DataSourceType {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 30 import com.android.gallery3d.data.DataSourceType;
68 case DataSourceType.TYPE_CAMERA:
70 case DataSourceType.TYPE_LOCAL:
72 case DataSourceType.TYPE_PICASA:
ManageCacheDrawer.java 23 import com.android.gallery3d.data.DataSourceType;
60 private static boolean isLocal(int dataSourceType) {
61 return dataSourceType != DataSourceType.TYPE_PICASA;
93 private void drawCachingPin(GLCanvas canvas, Path path, int dataSourceType,
96 if (isLocal(dataSourceType)) {
AlbumSetSlidingWindow.java 26 import com.android.gallery3d.data.DataSourceType;
258 int sourceType = DataSourceType.identifySourceType(album);
389 mLoadingText, "", DataSourceType.TYPE_NOT_CATEGORIZED)

Completed in 109 milliseconds