Searched refs:mOnSuggestionListener (Results 1 – 2 of 2) sorted by relevance
155 private OnSuggestionListener mOnSuggestionListener; field in SearchView549 mOnSuggestionListener = listener; in setOnSuggestionListener()1495 if (mOnSuggestionListener == null in onItemClicked()1496 || !mOnSuggestionListener.onSuggestionClick(position)) { in onItemClicked()1506 if (mOnSuggestionListener == null in onItemSelected()1507 || !mOnSuggestionListener.onSuggestionSelect(position)) { in onItemSelected()
72870 Landroid/widget/SearchView;->mOnSuggestionListener:Landroid/widget/SearchView$OnSuggestionListener;