History log of /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/SearchViewBindingAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96b22e7bbbf942aea1079dc8e8d0c4657663e5a7 30-Jul-2015 George Mount <mount@google.com> Multiple adapter attributes can now have optional expressions.

Bug 22957032

Change-Id: If1b04262009a1edf311d097c65e97b194103906e
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/SearchViewBindingAdapter.java
716ba89e7f459f49ea85070d4710c1d79d715298 18-Jun-2015 George Mount <mount@google.com> Support calling listener methods without interfaces.

Bug 21594573

It is convenient to be able to assign event listeners by just
referencing a method, similar to the way onClick="handler" works.

This adds a whole lot of listeners for the framework. Additional
listeners must be added for support library components.

This isn't perfect in resolving listeners. Perfect resolution
requires that each expression is evaluated in its own context
within the binding statement. If, for example, the same method
name is used for a listener and an accessor, we will assume
that the listener is used always and there will be a compilation
failure.

Change-Id: If4705122b67a451430451b6e7d890eb813af1c5c
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/SearchViewBindingAdapter.java