LayoutInflaterCompat$LayoutInflaterCompatImplBase.smali 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .class Landroid/support/v4/view/LayoutInflaterCompat$LayoutInflaterCompatImplBase;
  2. .super Ljava/lang/Object;
  3. .source "LayoutInflaterCompat.java"
  4. # interfaces
  5. .implements Landroid/support/v4/view/LayoutInflaterCompat$LayoutInflaterCompatImpl;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Landroid/support/v4/view/LayoutInflaterCompat;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x8
  12. name = "LayoutInflaterCompatImplBase"
  13. .end annotation
  14. # direct methods
  15. .method constructor <init>()V
  16. .locals 0
  17. .prologue
  18. .line 33
  19. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  20. return-void
  21. .end method
  22. # virtual methods
  23. .method public getFactory(Landroid/view/LayoutInflater;)Landroid/support/v4/view/LayoutInflaterFactory;
  24. .locals 1
  25. .param p1, "layoutInflater" # Landroid/view/LayoutInflater;
  26. .prologue
  27. .line 41
  28. invoke-static {p1}, Landroid/support/v4/view/LayoutInflaterCompatBase;->getFactory(Landroid/view/LayoutInflater;)Landroid/support/v4/view/LayoutInflaterFactory;
  29. move-result-object v0
  30. return-object v0
  31. .end method
  32. .method public setFactory(Landroid/view/LayoutInflater;Landroid/support/v4/view/LayoutInflaterFactory;)V
  33. .locals 0
  34. .param p1, "layoutInflater" # Landroid/view/LayoutInflater;
  35. .param p2, "factory" # Landroid/support/v4/view/LayoutInflaterFactory;
  36. .prologue
  37. .line 36
  38. invoke-static {p1, p2}, Landroid/support/v4/view/LayoutInflaterCompatBase;->setFactory(Landroid/view/LayoutInflater;Landroid/support/v4/view/LayoutInflaterFactory;)V
  39. .line 37
  40. return-void
  41. .end method