HomeSort by relevance Sort by last modified time
    Searched refs:downloadOnly (Results 1 - 3 of 3) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/
DownloadOptions.java 17 <Y extends Target<File>> Y downloadOnly(Y target);
28 FutureTarget<File> downloadOnly(int width, int height);
DrawableTypeRequest.java 95 public <Y extends Target<File>> Y downloadOnly(Y target) {
96 return getDownloadOnlyRequest().downloadOnly(target);
102 public FutureTarget<File> downloadOnly(int width, int height) {
103 return getDownloadOnlyRequest().downloadOnly(width, height);
GenericTranscodeRequest.java 88 public <Y extends Target<File>> Y downloadOnly(Y target) {
95 public FutureTarget<File> downloadOnly(int width, int height) {

Completed in 86 milliseconds