You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
432 B
15 lines
432 B
2 years ago
|
.class public interface abstract Lcom/squareup/picasso/Target;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Target.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract onBitmapFailed(Landroid/graphics/drawable/Drawable;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onBitmapLoaded(Landroid/graphics/Bitmap;Lcom/squareup/picasso/Picasso$LoadedFrom;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onPrepareLoad(Landroid/graphics/drawable/Drawable;)V
|
||
|
.end method
|