OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textInfos
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/widget/
SpellChecker.java
275
TextInfo[]
textInfos
= new TextInfo[mLength];
300
textInfos
[textInfosCount++] = new TextInfo(word, mCookie, mIds[i]);
311
if (textInfosCount <
textInfos
.length) {
313
System.arraycopy(
textInfos
, 0, textInfosCopy, 0, textInfosCount);
314
textInfos
= textInfosCopy;
319
textInfos
, SuggestionSpan.SUGGESTIONS_MAX_SIZE);
321
mSpellCheckerSession.getSuggestions(
textInfos
, SuggestionSpan.SUGGESTIONS_MAX_SIZE,
[
all
...]
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
Completed in 70 milliseconds