* * Note - Any thumbnail request that does not complete before the primary request will be * 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...
isModelSet) {thrownewIllegalArgumentException("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 as it ...
参见: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 {...