OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SentenceTextInfoParams
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java
67
public static class
SentenceTextInfoParams
{
71
public
SentenceTextInfoParams
(TextInfo ti, ArrayList<SentenceWordItem> items) {
138
public
SentenceTextInfoParams
getSplitWords(TextInfo originalTextInfo) {
160
return new
SentenceTextInfoParams
(originalTextInfo, wordItems);
165
SentenceTextInfoParams
originalTextInfoParams, SuggestionsInfo[] results) {
/frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java
188
final SentenceLevelAdapter.
SentenceTextInfoParams
textInfoParams =
353
public static class
SentenceTextInfoParams
{
357
public
SentenceTextInfoParams
(TextInfo ti, ArrayList<SentenceWordItem> items) {
369
private
SentenceTextInfoParams
getSplitWords(TextInfo originalTextInfo) {
400
return new
SentenceTextInfoParams
(originalTextInfo, wordItems);
404
SentenceTextInfoParams
originalTextInfoParams, SuggestionsInfo[] results) {
Completed in 44 milliseconds