|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SearchView.OnSuggestionListener
Callback interface for selection events on suggestions. These callbacks
are only relevant when a SearchableInfo has been specified by SearchView.setSearchableInfo(android.app.SearchableInfo).
| Method Summary | |
|---|---|
boolean |
onSuggestionClick(int position)
Called when a suggestion was clicked. |
boolean |
onSuggestionSelect(int position)
Called when a suggestion was selected by navigating to it. |
| Method Detail |
|---|
boolean onSuggestionSelect(int position)
position - the absolute position in the list of suggestions.
boolean onSuggestionClick(int position)
position - the absolute position of the clicked item in the list of suggestions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||