RecyclerView$LayoutManager$Properties.smali 707 B

12345678910111213141516171819202122232425262728293031323334
  1. .class public Landroid/support/v7/widget/RecyclerView$LayoutManager$Properties;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v7/widget/RecyclerView$LayoutManager;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x9
  10. name = "Properties"
  11. .end annotation
  12. # instance fields
  13. .field public orientation:I
  14. .field public reverseLayout:Z
  15. .field public spanCount:I
  16. .field public stackFromEnd:Z
  17. # direct methods
  18. .method public constructor <init>()V
  19. .locals 0
  20. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  21. return-void
  22. .end method