Searched refs:downloadOnly (Results 1 - 3 of 3) sorted by relevance
/external/glide/library/src/main/java/com/bumptech/glide/ | ||
H A D | DownloadOptions.java | 17 <Y extends Target<File>> Y downloadOnly(Y target); method in interface:DownloadOptions 28 FutureTarget<File> downloadOnly(int width, int height); method in interface:DownloadOptions |
H A D | DrawableTypeRequest.java | 95 public <Y extends Target<File>> Y downloadOnly(Y target) { method in class:DrawableTypeRequest 96 return getDownloadOnlyRequest().downloadOnly(target); 102 public FutureTarget<File> downloadOnly(int width, int height) { method in class:DrawableTypeRequest 103 return getDownloadOnlyRequest().downloadOnly(width, height); |
H A D | GenericTranscodeRequest.java | 88 public <Y extends Target<File>> Y downloadOnly(Y target) { method in class:GenericTranscodeRequest 95 public FutureTarget<File> downloadOnly(int width, int height) { method in class:GenericTranscodeRequest |
Completed in 890 milliseconds