OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhotoCacheDir
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/
GlideBuilder.java
168
File cacheDir = Glide.
getPhotoCacheDir
(context);
Glide.java
105
* @see #
getPhotoCacheDir
(android.content.Context, String)
109
public static File
getPhotoCacheDir
(Context context) {
110
return
getPhotoCacheDir
(context, DEFAULT_DISK_CACHE_DIR);
117
* @see #
getPhotoCacheDir
(android.content.Context)
122
public static File
getPhotoCacheDir
(Context context, String cacheName) {
Completed in 55 milliseconds