HomeSort by relevance Sort by last modified time
    Searched refs:textInfo (Results 1 - 9 of 9) sorted by null

  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 24 import android.view.textservice.TextInfo;
53 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
55 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
57 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}.
60 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) {
62 Log.d(TAG, "onGetSuggestions: " + textInfo.getText());
64 final String input = textInfo.getText();
80 * {@link SpellCheckerService.Session#onGetSentenceSuggestionsMultiple(TextInfo[], int)}
82 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)
    [all...]
  /frameworks/wilhelm/src/
data.h 108 XATimedTextStreamInformation textInfo;
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 33 import android.view.textservice.TextInfo;
57 * directly, you will need to use {@link #getSuggestions(TextInfo, int)} or
58 * {@link #getSuggestions(TextInfo[], int, boolean)} for obtaining results from the spell checker
183 public void getSentenceSuggestions(TextInfo[] textInfos, int suggestionsLimit) {
190 * @param textInfo text metadata for a spell checker
192 * @deprecated use {@link SpellCheckerSession#getSentenceSuggestions(TextInfo[], int)} instead
195 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) {
196 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 893 UnicodeToTextInfo textInfo;
895 if (CreateUnicodeToTextInfo(&mapping, &textInfo) != noErr)
904 OSStatus status = ConvertFromUnicodeToText(textInfo, inputLength, string.characters(), kNilOptions, 0, 0, 0, 0, maxOutputLength, &inputRead, &outputLength, outputData.data());
906 DisposeUnicodeToTextInfo(&textInfo);
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 31 import android.view.textservice.TextInfo;
625 TextInfo ti, SentenceSuggestionsInfo ssi) {
    [all...]
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 34 import android.view.textservice.TextInfo;
56 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
58 * It receives {@link android.view.textservice.TextInfo} and returns
61 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)} for
117 * Get suggestions for specified text in TextInfo.
121 * @param textInfo the text metadata
123 * @return SuggestionsInfo which contains suggestions for textInfo
125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit);
136 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 460 milliseconds