* cancelled and may not be preloaded successfully. Cancellation of outstanding thumbnails after * the primary request succeeds is a common behavior of all Glide requests. We do not try to * prevent that behavior here. If you absolutely need all thumbnails to be preloaded individually, * make ...
参见:BaseRequestOptions.apply(BaseRequestOptions)@NonNull@CheckResult@OverridepublicRequestBuilder<TranscodeType>apply(@NonNullBaseRequestOptions<?>requestOptions){。。。/*** Sets the {@link TransitionOptions} to use to transition from the placeholder or thumbnail when* this load completes.** The given {...
The {@code listener} is only called for the requests it * is added to and may not be called for every thumbnail request if those requests are cancelled * due to the completion of a parent request. * * The one exception to the rules about thumbnails is {@link #thumbnail(float)}. In ...
isModelSet) { throw new IllegalArgumentException("You must call #load() before calling #into()"); } requestOptions.lock(); Request request = buildRequest(target); Request previous = target.getRequest(); // When request was failed or cancelled, be sure to use the updated model ...