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

  /packages/apps/Gallery3D/src/com/cooliris/media/
ConcatenatedDataSource.java 23 public final class ConcatenatedDataSource implements DataSource {
24 private static final String TAG = "ConcatenatedDataSource";
28 public ConcatenatedDataSource(DataSource first, DataSource second) {
71 throw new UnsupportedOperationException("ConcatenatedDataSource should not create MediaItems");
Gallery.java 368 final ConcatenatedDataSource combinedDataSource = new ConcatenatedDataSource(localDataSource, picasaDataSource);
412 ConcatenatedDataSource singleCombinedDataSource = new ConcatenatedDataSource(singleDataSource,

Completed in 166 milliseconds