HomeSort by relevance Sort by last modified time
    Searched defs:suggestions (Results 76 - 100 of 215) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/Settings/tests/robotests/src/com/android/settings/suggestions/
SettingsSuggestionsTest.java 17 package com.android.settings.suggestions;
  /frameworks/base/core/java/android/widget/
SpellChecker.java 472 String[] suggestions; local
474 suggestions = new String[suggestionsCount];
476 suggestions[i] = suggestionsInfo.getSuggestionAt(i);
479 suggestions = ArrayUtils.emptyArray(String.class);
482 SuggestionSpan suggestionSpan = new SuggestionSpan(mTextView.getContext(), suggestions,
    [all...]
Editor.java 763 // One is the true focus lost where suggestions pop-up (if any) should be dismissed, and the
764 // other is an side effect of showing the suggestions pop-up itself. We use isShowingUp()
2889 String[] suggestions = targetSuggestionSpan.getSuggestions(); local
3478 final String[] suggestions = suggestionSpan.getSuggestions(); local
    [all...]
  /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
370 Suggestions suggestions = mSearchActivityView.getSuggestions(); local
371 if (suggestions == null) {
374 return suggestions.getResult();
382 SuggestionCursor suggestions = pos.getCursor(); local
384 if (suggestions == null) {
387 int count = suggestions.getCount();
392 suggestions.moveTo(position)
480 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/
ExpandableBinaryDictionary.java 442 final ArrayList<SuggestedWordInfo> suggestions = local
451 return suggestions;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 17 package com.android.inputmethod.latin.suggestions;
152 // Assuming there are at least three suggestions. Also, note that the suggestions are
339 * Layout suggestions to the suggestions strip. And returns the start index of more
340 * suggestions.
342 * @param suggestedWords suggestions to be shown in the suggestions strip.
343 * @param stripView the suggestions strip view.
345 * @return the start index of more suggestions
    [all...]
SuggestionStripView.java 17 package com.android.inputmethod.latin.suggestions;
53 import com.android.inputmethod.latin.suggestions.MoreSuggestionsView.MoreSuggestionsListener;
126 * Construct a {@link SuggestionStripView} for showing suggestions to be picked by the user.
400 // Ignore any touch event while more suggestions panel hasn't been shown.
483 // This may be overriden by showing suggestions later, if applicable.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 55 import com.android.inputmethod.latin.suggestions.SuggestionStripViewAccessor;
116 * @param dictionaryFacilitator facilitator for getting suggestions and updating user history
193 // suggestionsSpan will be added. This will allow resuming on the same suggestions
332 // That's going to be predictions (or punctuation suggestions), so INPUT_STYLE_NONE.
388 // Another option would be to send suggestions each time we set the composing
391 // Also, we're posting a resume suggestions message, and this will update the
392 // suggestions strip in a few milliseconds, so if we cleared the suggestion strip here
394 // it here, which means we'll keep outdated suggestions for a split second but the
551 * onUpdateBatchInput method twice without having recomputed suggestions yet, or having
552 * received new suggestions generated from not-yet-trimmed input pointers. In this case, th
1677 final ArrayList<String> suggestions = new ArrayList<>(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 2412 final String[] suggestions = span.getSuggestions(); local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.1.0/
lint-checks-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.1.3/
lint-checks-24.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0/
lint-checks-24.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-alpha1/
lint-checks-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-beta4/
lint-checks-24.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-rc1/
lint-checks-24.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.1/
lint-checks-24.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.2/
lint-checks-24.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.3/
lint-checks-24.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.4/
lint-checks-24.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.3.0/
lint-checks-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.3.0-alpha1/
lint-checks-25.3.0-alpha1.jar 

Completed in 348 milliseconds

1 2 34 5 6 7 8 9