ThreadUtil$MainThreadCallback.smali 1012 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .class public interface abstract Landroid/support/v7/util/ThreadUtil$MainThreadCallback;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v7/util/ThreadUtil;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x609
  10. name = "MainThreadCallback"
  11. .end annotation
  12. .annotation system Ldalvik/annotation/Signature;
  13. value = {
  14. "<T:",
  15. "Ljava/lang/Object;",
  16. ">",
  17. "Ljava/lang/Object;"
  18. }
  19. .end annotation
  20. # virtual methods
  21. .method public abstract addTile(ILandroid/support/v7/util/TileList$Tile;)V
  22. .annotation system Ldalvik/annotation/Signature;
  23. value = {
  24. "(I",
  25. "Landroid/support/v7/util/TileList$Tile<",
  26. "TT;>;)V"
  27. }
  28. .end annotation
  29. .end method
  30. .method public abstract removeTile(II)V
  31. .end method
  32. .method public abstract updateItemCount(II)V
  33. .end method