RecyclerView$3.smali 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .class final Landroid/support/v7/widget/RecyclerView$3;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Landroid/view/animation/Interpolator;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Landroid/support/v7/widget/RecyclerView;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x8
  12. name = null
  13. .end annotation
  14. # direct methods
  15. .method constructor <init>()V
  16. .locals 0
  17. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public getInterpolation(F)F
  22. .locals 2
  23. const/high16 v0, 0x3f800000 # 1.0f
  24. sub-float/2addr p1, v0
  25. mul-float v1, p1, p1
  26. mul-float v1, v1, p1
  27. mul-float v1, v1, p1
  28. mul-float v1, v1, p1
  29. add-float/2addr v1, v0
  30. return v1
  31. .end method