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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java 27 import android.view.textservice.TextInfo;
48 private SentenceSuggestionsInfo fixWronglyInvalidatedWordWithSingleQuote(TextInfo ti,
127 public SentenceSuggestionsInfo[] onGetSentenceSuggestionsMultiple(TextInfo[] textInfos,
144 * Get sentence suggestions for specified texts in an array of TextInfo. This is taken from
155 * {@link android.service.textservice.SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
157 private SentenceSuggestionsInfo[] splitAndSuggest(TextInfo[] textInfos, int suggestionsLimit) {
184 final TextInfo[] splitTextInfos = new TextInfo[itemsSize];
196 public SuggestionsInfo[] onGetSuggestionsMultiple(TextInfo[] textInfos,
205 final TextInfo prevTextInfo = textInfos[i - 1]
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
TextInfoCompatUtilsTests.java 28 import android.view.textservice.TextInfo;
55 final TextInfo textInfo = TextInfoCompatUtils.newInstance(text,
61 TextInfoCompatUtils.getCharSequenceOrString(textInfo);
63 // This should be valid even if TextInfo#getCharSequence is not supported.
67 // This is valid only if TextInfo#getCharSequence is supported.
  /frameworks/wilhelm/src/
data.h 113 XATimedTextStreamInformation textInfo;
  /frameworks/base/core/java/android/widget/
SpellChecker.java 33 import android.view.textservice.TextInfo;
267 TextInfo[] textInfos = new TextInfo[mLength];
296 final TextInfo textInfo = new TextInfo(editable, start, end, mCookie, mIds[i]);
297 textInfos[textInfosCount++] = textInfo;
299 Log.d(TAG, "create TextInfo: (" + i + "/" + mLength + ") text = "
300 + textInfo.getSequence() + ", cookie = " + mCookie + ", seq = "
309 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]
    [all...]
  /external/robolectric/v1/lib/main/
android.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/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 874 milliseconds