FocusStrategy$BoundsAdapter.smali 882 B

1234567891011121314151617181920212223242526272829303132333435
  1. .class public interface abstract Landroid/support/v4/widget/FocusStrategy$BoundsAdapter;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/widget/FocusStrategy;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x609
  10. name = "BoundsAdapter"
  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 obtainBounds(Ljava/lang/Object;Landroid/graphics/Rect;)V
  22. .annotation system Ldalvik/annotation/Signature;
  23. value = {
  24. "(TT;",
  25. "Landroid/graphics/Rect;",
  26. ")V"
  27. }
  28. .end annotation
  29. .end method