Home
last modified time | relevance | path

Searched refs:FilterSource (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterSource.java21 public class FilterSource extends MediaSource { class
40 public FilterSource(GalleryApp application) { in FilterSource() method in FilterSource
H A DDataManager.java124 addSource(new FilterSource(mApplication)); in initializeSourceMap()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java48 import com.android.gallery3d.data.FilterSource;
437 mSetPathString = "/combo/item/{" + FilterSource.FILTER_CAMERA_SHORTCUT + in onCreate()