Searched refs:FilterTypeSet (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterTypeSet.java21 // FilterTypeSet filters a base MediaSet according to a matching media type.
22 public class FilterTypeSet extends MediaSet implements ContentListener { class in inherits:MediaSet,ContentListener
24 private static final String TAG = "FilterTypeSet";
32 public FilterTypeSet(Path path, DataManager dataManager, MediaSet baseSet, method in class:FilterTypeSet
H A DFilterSource.java69 return new FilterTypeSet(path, dataManager, sets[0], mediaType);

Completed in 47 milliseconds