No examples for this method.
Frequently called with: [Clear]
-1
| android.widget.SearchView.OnSuggestionListener |
Callback interface for selection events on suggestions. These callbacks are only relevant when a SearchableInfo has been specified by setSearchableInfo(SearchableInfo).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called when a suggestion was clicked.
|
|||||||||
|
|
|
Called when a suggestion was selected by navigating to it.
|
|||||||||
Called when a suggestion was clicked.
| position | the absolute position of the clicked item in the list of suggestions. |
|---|
Called when a suggestion was selected by navigating to it.
| position | the absolute position in the list of suggestions. |
|---|