Searched refs:downloadOnly (Results 1 - 3 of 3) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/
H A DDownloadOptions.java17 <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 DDrawableTypeRequest.java95 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 DGenericTranscodeRequest.java88 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 171 milliseconds