FragmentManager$BackStackEntry.smali 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .class public interface abstract Landroid/support/v4/app/FragmentManager$BackStackEntry;
  2. .super Ljava/lang/Object;
  3. .source "FragmentManager.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/app/FragmentManager;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x609
  10. name = "BackStackEntry"
  11. .end annotation
  12. # virtual methods
  13. .method public abstract getBreadCrumbShortTitle()Ljava/lang/CharSequence;
  14. .end method
  15. .method public abstract getBreadCrumbShortTitleRes()I
  16. .annotation build Landroid/support/annotation/StringRes;
  17. .end annotation
  18. .end method
  19. .method public abstract getBreadCrumbTitle()Ljava/lang/CharSequence;
  20. .end method
  21. .method public abstract getBreadCrumbTitleRes()I
  22. .annotation build Landroid/support/annotation/StringRes;
  23. .end annotation
  24. .end method
  25. .method public abstract getId()I
  26. .end method
  27. .method public abstract getName()Ljava/lang/String;
  28. .end method