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

/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlideBuilder.java98 File cacheDir = Glide.getPhotoCacheDir(context);
H A DGlide.java103 public static File getPhotoCacheDir(Context context) { method in class:Glide
104 return getPhotoCacheDir(context, DEFAULT_DISK_CACHE_DIR);
116 public static File getPhotoCacheDir(Context context, String cacheName) { method in class:Glide

Completed in 101 milliseconds