android.support.v7.widget.SearchView.OnQueryTextListener |
Callbacks for changes to the query text.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the query text is changed by the user.
| |||||||||||
Called when the user submits the query.
|
Called when the query text is changed by the user.
newText | the new content of the query text field. |
---|
Called when the user submits the query. This could be due to a key press on the keyboard or due to pressing a submit button. The listener can override the standard behavior by returning true to indicate that it has handled the submit request. Otherwise return false to let the SearchView handle the submission by launching any associated intent.
query | the query text that is to be submitted |
---|