| android.support.v17.leanback.widget.SearchBar.SearchBarListener |
Listener for search query changes
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method invoked when the IME is being dismissed.
| |||||||||||
Method invoked when the search bar detects a change in the query.
| |||||||||||
Method invoked when the search query is submitted. | |||||||||||
Method invoked when the IME is being dismissed.
| query | The query set in the search bar at the time the IME is being dismissed. |
|---|
Method invoked when the search bar detects a change in the query.
| query | The current full query. |
|---|
Method invoked when the search query is submitted.
This method can be called without a preceeding onSearchQueryChange, in particular in the case of a voice input.
| query | The query being submitted. |
|---|