HomeSort by relevance Sort by last modified time
    Searched full:suggestions (Results 201 - 225 of 1083) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ListSuggestionCursorNoDuplicates.java 25 * and doesn't allow duplicate suggestions.
SuggestionCursorProvider.java 32 * Gets suggestions from the provider.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionClickListener.java 20 * Listener interface for clicks on suggestions.
SuggestionView.java 22 * Interface to be implemented by any view appearing in the list of suggestions.
SuggestionsListView.java 22 * Interface for suggestions list UI views.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SuggestionsProvider.java 37 * of mail account or account capabilities. Offers suggestions from historical searches
57 * Minimum length of query before we start showing contacts suggestions.
73 // Get the custom suggestions for email which are from, to, etc.
133 // historical suggestions, which have an icon. The solution is to show an empty icon
  /packages/inputmethods/LatinIME/java/res/layout/
more_suggestions.xml 27 <com.android.inputmethod.latin.suggestions.MoreSuggestionsView
  /packages/inputmethods/LatinIME/java/res/values/
strings-config-important-notice.xml 24 <string name="use_personalized_dicts_summary">Learn from your communications and typed data to improve suggestions</string>
  /packages/inputmethods/LatinIME/java/res/values-en-rGB/
strings-config-important-notice.xml 23 <string name="use_personalized_dicts_summary" msgid="590432261305469627">"Learn from your communications and typed data to improve suggestions"</string>
  /packages/inputmethods/LatinIME/java/res/values-en-rIN/
strings-config-important-notice.xml 23 <string name="use_personalized_dicts_summary" msgid="590432261305469627">"Learn from your communications and typed data to improve suggestions"</string>
  /packages/inputmethods/LatinIME/java/res/values-fr/
strings-config-important-notice.xml 23 <string name="use_personalized_dicts_summary" msgid="590432261305469627">"Améliorer suggestions en fonction des messages et données saisies"</string>
  /packages/inputmethods/LatinIME/java/res/values-fr-rCA/
strings-config-important-notice.xml 23 <string name="use_personalized_dicts_summary" msgid="590432261305469627">"Apprendre de vos communic. et données entrées pour amél. suggestions"</string>
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
ProductionFlags.java 35 * Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
scoring.h 28 // This class basically tweaks suggestions and distances apart from CompoundDistance
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.h 33 * Outputs the final list of suggestions (i.e., terminal nodes).
  /external/chromium_org/chrome/browser/search/suggestions/
image_manager_impl.cc 5 #include "chrome/browser/search/suggestions/image_manager_impl.h"
24 namespace suggestions { namespace
49 void ImageManagerImpl::Initialize(const SuggestionsProfile& suggestions) {
51 for (int i = 0; i < suggestions.suggestions_size(); ++i) {
52 const ChromeSuggestion& suggestion = suggestions.suggestions(i);
278 } // namespace suggestions
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate.cc 99 // suggestions.
144 // No suggestions, any popup currently showing is obsolete.
312 // suggestions to show, show a warning instead. Otherwise, clear out the
313 // list of suggestions.
315 // If Autofill is disabled and we had suggestions, show a warning instead.
329 // If we received a warning instead of suggestions from Autofill but regular
330 // suggestions from autocomplete, don't show the Autofill warning.
autofill_manager_unittest.cc 704 // Test that we return all address profile suggestions when all form fields are
716 // No suggestions provided, so send an empty vector as the results.
738 // Test that we return only matching address profile suggestions when the
751 // No suggestions provided, so send an empty vector as the results.
765 // Test that we return no suggestions when the form has no relevant fields.
791 // Test that we cull duplicate profile suggestions.
809 // No suggestions provided, so send an empty vector as the results.
829 // Test that we return no suggestions when autofill is disabled.
845 // Test that we return all credit card profile suggestions when all form fields
976 std::vector<base::string16> suggestions; local
1183 std::vector<base::string16> suggestions; local
1258 std::vector<base::string16> suggestions; local
2378 std::vector<base::string16> suggestions; local
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 179 * Get suggestions from the specified sentences
181 * @param suggestionsLimit the maximum number of suggestions that will be returned
191 * @param suggestionsLimit the maximum number of suggestions that will be returned
202 * @param suggestionsLimit the maximum number of suggestions that will be returned
274 Log.w(TAG, "Get suggestions from the spell checker.");
280 Log.e(TAG, "Failed to get suggestions " + e);
285 Log.w(TAG, "Get sentence suggestions from the spell checker.");
291 Log.e(TAG, "Failed to get suggestions " + e);
447 * These results are suggestions for {@link TextInfo}s queried by
455 * These results are suggestions for {@link TextInfo}
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/controls/
text.jd 22 <li><a href="#AutoComplete">Providing Auto-complete Suggestions</a></li>
104 capitalize all new words or use features like auto-complete and spelling suggestions.</p>
127 address, capitalize each word, and disable text suggestions:</p>
262 <h2 id="AutoComplete">Providing Auto-complete Suggestions</h2>
264 <p>If you want to provide suggestions to users as they type, you can use a subclass of {@link
267 suggestions. There are several kinds of adapters available, depending on where the data is coming
272 android.widget.AutoCompleteTextView} with text suggestions.</p>
275 that provides suggestions from an array, using {@link android.widget.ArrayAdapter}:
289 <li>Define the array that contains all text suggestions. For example, here's an array of country
310 code to specify the adapter that supplies the suggestions
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 223 * Any application that implements search suggestions based on previous actions (such as
226 * searches to be replayed by other users of the device (via suggestions).
229 * android.provider.SearchRecentSuggestions. If you have developed a custom suggestions
236 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, local
238 suggestions.clearHistory();
  /external/chromium_org/third_party/WebKit/Source/web/
DateTimeChooserImpl.cpp 150 if (m_parameters.suggestions.size()) {
154 for (unsigned i = 0; i < m_parameters.suggestions.size(); i++) {
155 suggestionValues.append(valueToDateTimeString(m_parameters.suggestions[i].value, m_parameters.type));
156 localizedSuggestionValues.append(m_parameters.suggestions[i].localizedValue);
157 suggestionLabels.append(m_parameters.suggestions[i].label);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 17 package com.android.inputmethod.latin.suggestions;
155 // Assuming there are at least three suggestions. Also, note that the suggestions are
353 * Layout suggestions to the suggestions strip. And returns the start index of more
354 * suggestions.
356 * @param suggestedWords suggestions to be shown in the suggestions strip.
357 * @param stripView the suggestions strip view.
359 * @return the start index of more suggestions
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 60 import com.android.inputmethod.latin.suggestions.SuggestionStripViewAccessor;
122 * @param dictionaryFacilitator facilitator for getting suggestions and updating user history
194 // suggestionsSpan will be added. This will allow resuming on the same suggestions
347 // That's going to be predictions (or punctuation suggestions), so INPUT_STYLE_NONE.
399 // Another option would be to send suggestions each time we set the composing
402 // Also, we're posting a resume suggestions message, and this will update the
403 // suggestions strip in a few milliseconds, so if we cleared the suggestion strip here
405 // it here, which means we'll keep outdated suggestions for a split second but the
550 * onUpdateBatchInput method twice without having recomputed suggestions yet, or having
551 * received new suggestions generated from not-yet-trimmed input pointers. In this case, th
1582 final ArrayList<String> suggestions = new ArrayList<>(); local
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 256 " \"suggestions\": [{ \"suggestion\": \"chromebook\" }],\n"
291 " \"suggestions\": [{ \"suggestion\": \"been\" }],\n"
333 // this function should return false both for suggestions and for spellcheck.
344 // false for suggestions and true for spellcheck. (The comment in
346 // false for suggestions.) If there is no language set, then we
365 // This function returns true for suggestions for all and false for

Completed in 3077 milliseconds

1 2 3 4 5 6 7 891011>>