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