HomeSort by relevance Sort by last modified time
    Searched defs:suggestions (Results 51 - 67 of 67) sorted by null

1 23

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 67 // or suggestions, since QSB was last started.
266 // TODO we should log both sets of suggestions in 2-pane mode
378 SuggestionCursor suggestions = pos.getCursor(); local
380 if (suggestions == null) {
383 int count = suggestions.getCount();
388 suggestions.moveTo(position);
400 // Since the intents for suggestions specified by suggestion providers,
423 protected void launchSuggestion(SuggestionCursor suggestions, int position) {
424 suggestions.moveTo(position);
425 Intent intent = SuggestionUtils.getSuggestionIntent(suggestions, mAppSearchData)
476 Suggestions suggestions = getSuggestionsProvider().getSuggestions( local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 44 import com.android.quicksearchbox.Suggestions;
95 mSuggestionsView = (SuggestionsView) findViewById(R.id.suggestions);
102 // suggestions?
193 public Suggestions getSuggestions() {
201 public void setSuggestions(Suggestions suggestions) {
202 suggestions.acquire();
203 mSuggestionsAdapter.setSuggestions(suggestions);
220 * Sets the text in the query box. Does not update the suggestions.
336 * is All or Web, use the web search suggestions as completions
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 17 package com.android.inputmethod.latin.suggestions;
150 // Assuming there are at least three suggestions. Also, note that the suggestions are
253 // TODO: Need to revisit this logic with bigram suggestions
327 // Add divider if this isn't the left most suggestion in suggestions strip.
365 // TODO: This "more suggestions hint" should have a nicely designed icon.
410 // TODO: Revisit this for cases of 5 or more suggestions
416 // Clear all suggestions first
447 // Add divider if this isn't the left most suggestion in suggestions strip.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 2347 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions( local
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 1584 final String[] suggestions = span.getSuggestions(); local
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 2569 String[] suggestions = suggestionSpan.getSuggestions(); local
2752 String[] suggestions = suggestionInfo.suggestionSpan.getSuggestions(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 89 import com.android.inputmethod.latin.suggestions.SuggestionStripView;
297 // get any suggestions. Wait one frame.
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 8764 milliseconds

1 23