Searched refs:getCurrentSuggestions (Results 1 – 5 of 5) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | SuggestionsListAdapter.java | 47 return new SuggestionPosition(getCurrentSuggestions(), (int) suggestionId); in getSuggestion() 69 SuggestionCursor s = getCurrentSuggestions(); in getCount() 86 getCurrentSuggestions(), position, position, convertView, parent); in getView() 91 return getSuggestionViewType(getCurrentSuggestions(), position); in getItemViewType()
|
D | DelayingSuggestionsAdapter.java | 134 return mDelayedAdapter.getCurrentSuggestions(); in getCurrentPromotedSuggestions()
|
D | SuggestionsAdapterBase.java | 177 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SuggestionsAdapterBase
|
D | SearchActivityView.java | 197 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivityView
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.java | 267 getLogger().logExit(getCurrentSuggestions(), getQuery().length()); in onStop() 369 protected SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivity 373 protected SuggestionPosition getCurrentSuggestions(SuggestionsAdapter<?> adapter, long id) { in getCurrentSuggestions() method in SearchActivity 407 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id); in launchSuggestion() 431 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id); in refineSuggestion()
|