1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .class public interface abstract Landroid/support/v7/util/ThreadUtil$BackgroundCallback;
- .super Ljava/lang/Object;
- .source ""
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Landroid/support/v7/util/ThreadUtil;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x609
- name = "BackgroundCallback"
- .end annotation
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">",
- "Ljava/lang/Object;"
- }
- .end annotation
- # virtual methods
- .method public abstract loadTile(II)V
- .end method
- .method public abstract recycleTile(Landroid/support/v7/util/TileList$Tile;)V
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(",
- "Landroid/support/v7/util/TileList$Tile<",
- "TT;>;)V"
- }
- .end annotation
- .end method
- .method public abstract refresh(I)V
- .end method
- .method public abstract updateRange(IIIII)V
- .end method
|