diff --git a/core/java/android/widget/ImageView.java b/core/java/android/widget/ImageView.java index 94cda889c4f1b..73a873a48385d 100644 --- a/core/java/android/widget/ImageView.java +++ b/core/java/android/widget/ImageView.java @@ -468,7 +468,7 @@ public class ImageView extends View { * *

Depending on the Icon type, this may do Bitmap reading and decoding * on the UI thread, which can cause UI jank. If that's a concern, consider using - * {@link Icon#loadDrawableAsync(Context, Handler, Icon.OnDrawableLoadedListener)} + * {@link Icon#loadDrawableAsync(Context, Icon.OnDrawableLoadedListener, Handler)} * and then {@link #setImageDrawable(android.graphics.drawable.Drawable)} instead.

* * @param icon an Icon holding the desired image