Searched refs:currentSuggestions (Results 1 – 5 of 5) sorted by relevance
34 var currentSuggestions: SuggestionCursor? = null variable in com.android.quicksearchbox.ui.SuggestionsAdapterBase89 get() = if (currentSuggestions == null) 0 else currentSuggestions!!.count in getSuggestion()92 return if (currentSuggestions == null) null in getSuggestion()93 else SuggestionPosition(currentSuggestions!!, position) in getSuggestion()157 if (newCursor === currentSuggestions) { in changeSuggestions()164 currentSuggestions = newCursor in changeSuggestions()165 if (currentSuggestions != null) { in changeSuggestions()
37 return SuggestionPosition(currentSuggestions, suggestionId.toInt()) in getSuggestion()57 val s: SuggestionCursor? = currentSuggestions in getCount()74 currentSuggestions, in getView()84 return getSuggestionViewType(currentSuggestions, position) in getItemViewType()
92 get() = mDelayedAdapter.currentSuggestions
160 val currentSuggestions: SuggestionCursor constant in com.android.quicksearchbox.ui.SearchActivityView
239 logger?.logExit(currentSuggestions, query!!.length) in onStop()333 protected val currentSuggestions: SuggestionCursor? constant in com.android.quicksearchbox.SearchActivity