MCPcopy Create free account
hub / github.com/wyouflf/xUtils3 / run

Method run

xutils/src/main/java/org/xutils/image/ImageLoader.java:442–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440 LogUtil.d("ImageFileLocked: " + key.url);
441 x.task().postDelayed(new Runnable() {
442 @Override
443 public void run() {
444 ImageView imageView = viewRef.get();
445 if (imageView != null) {
446 doBind(imageView, key.url, options, fileLockedExceptionRetryCount, callback);
447 } else {
448 ImageLoader.this.onFinished();
449 }
450 }
451 }, 10);
452 skipOnFinishedCallback = true;
453 } else {

Callers

nothing calls this directly

Calls 11

doBindMethod · 0.95
eMethod · 0.95
setScaleTypeMethod · 0.80
setImageDrawableMethod · 0.80
getFailureDrawableMethod · 0.80
getMessageMethod · 0.80
getMethod · 0.65
onFinishedMethod · 0.65
onWaitingMethod · 0.65
onErrorMethod · 0.65

Tested by

no test coverage detected