PopupWindowCompat$PopupWindowImpl.smali 914 B

12345678910111213141516171819202122232425262728293031
  1. .class interface abstract Landroid/support/v4/widget/PopupWindowCompat$PopupWindowImpl;
  2. .super Ljava/lang/Object;
  3. .source "PopupWindowCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/widget/PopupWindowCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x608
  10. name = "PopupWindowImpl"
  11. .end annotation
  12. # virtual methods
  13. .method public abstract getOverlapAnchor(Landroid/widget/PopupWindow;)Z
  14. .end method
  15. .method public abstract getWindowLayoutType(Landroid/widget/PopupWindow;)I
  16. .end method
  17. .method public abstract setOverlapAnchor(Landroid/widget/PopupWindow;Z)V
  18. .end method
  19. .method public abstract setWindowLayoutType(Landroid/widget/PopupWindow;I)V
  20. .end method
  21. .method public abstract showAsDropDown(Landroid/widget/PopupWindow;Landroid/view/View;III)V
  22. .end method