SearchViewCompat$SearchViewCompatImpl.smali 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .class interface abstract Landroid/support/v4/widget/SearchViewCompat$SearchViewCompatImpl;
  2. .super Ljava/lang/Object;
  3. .source "SearchViewCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/widget/SearchViewCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x608
  10. name = "SearchViewCompatImpl"
  11. .end annotation
  12. # virtual methods
  13. .method public abstract getQuery(Landroid/view/View;)Ljava/lang/CharSequence;
  14. .end method
  15. .method public abstract isIconified(Landroid/view/View;)Z
  16. .end method
  17. .method public abstract isQueryRefinementEnabled(Landroid/view/View;)Z
  18. .end method
  19. .method public abstract isSubmitButtonEnabled(Landroid/view/View;)Z
  20. .end method
  21. .method public abstract newOnCloseListener(Landroid/support/v4/widget/SearchViewCompat$OnCloseListenerCompat;)Ljava/lang/Object;
  22. .end method
  23. .method public abstract newOnQueryTextListener(Landroid/support/v4/widget/SearchViewCompat$OnQueryTextListenerCompat;)Ljava/lang/Object;
  24. .end method
  25. .method public abstract newSearchView(Landroid/content/Context;)Landroid/view/View;
  26. .end method
  27. .method public abstract setIconified(Landroid/view/View;Z)V
  28. .end method
  29. .method public abstract setImeOptions(Landroid/view/View;I)V
  30. .end method
  31. .method public abstract setInputType(Landroid/view/View;I)V
  32. .end method
  33. .method public abstract setMaxWidth(Landroid/view/View;I)V
  34. .end method
  35. .method public abstract setOnCloseListener(Ljava/lang/Object;Ljava/lang/Object;)V
  36. .end method
  37. .method public abstract setOnQueryTextListener(Ljava/lang/Object;Ljava/lang/Object;)V
  38. .end method
  39. .method public abstract setQuery(Landroid/view/View;Ljava/lang/CharSequence;Z)V
  40. .end method
  41. .method public abstract setQueryHint(Landroid/view/View;Ljava/lang/CharSequence;)V
  42. .end method
  43. .method public abstract setQueryRefinementEnabled(Landroid/view/View;Z)V
  44. .end method
  45. .method public abstract setSearchableInfo(Landroid/view/View;Landroid/content/ComponentName;)V
  46. .end method
  47. .method public abstract setSubmitButtonEnabled(Landroid/view/View;Z)V
  48. .end method