Home
last modified time | relevance | path

Searched refs:newFilterPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java176 public static String newFilterPath(String base, int filterType) { in newFilterPath() method in FilterUtils
DSlideshowPage.java201 mediaPath = FilterUtils.newFilterPath(mediaPath, FilterUtils.FILTER_IMAGE_ONLY); in initializeData()