History log of /frameworks/support/compat/java/android/support/v4/widget/SearchViewCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d353bdc6af02300eff568e522f1dbfa79a119768 07-Feb-2017 Aurimas Liutikas <aurimas@google.com> Deprecate and stop using SearchViewCompat.

Cleanup of SearchViewCompat after minSdk 14 bump.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: Icf109e5a9caa2e68301fec48bf2b2602d4284881
/frameworks/support/compat/java/android/support/v4/widget/SearchViewCompat.java
d026c0a30989af62bc8eb14d75e68a21f0589c7d 15-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Add some interfaces

Add interfaces to AccessibilityManagerCompat and SearchViewCompat which
define methods previously defined in abstract classes. Make the abstract
classes present before implement the newly added interfaces. Change
method signatures accordingly.

Bug: 29391240
Change-Id: I1ff17ebfbb37f4b77f8f182ef82261b35a32cf25
/frameworks/support/compat/java/android/support/v4/widget/SearchViewCompat.java
f0950cb7bea75c7c85900ad9d4790b884b4e6045 13-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Fix NullPointerException bug

AccessibilityWindowInfoCompat$obtain(AccessibilityWindowInfoCompat)
could lead to NullPointerException on older platforms. This commit fixes
this. Also, change a few method signatures in internal code for
SearchViewCompat and change the Ics and Honeycomb IMPL methods to
throw an IllegalArgumentException if the first argument is not a
non-null SearchView.

Bug: 29329934
Change-Id: Id98abfef081f2dca8066cab759bda8771c21e507
/frameworks/support/compat/java/android/support/v4/widget/SearchViewCompat.java
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

Change-Id: Icd1b0ab3a5b61a8a2bf85bc274098f0a828963e0
/frameworks/support/compat/java/android/support/v4/widget/SearchViewCompat.java