Home
last modified time | relevance | path

Searched refs:originalTextInfoParams (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java451 SentenceTextInfoParams originalTextInfoParams, SuggestionsInfo[] results) { in reconstructSuggestions() argument
458 if (originalTextInfoParams == null) { in reconstructSuggestions()
464 final int originalCookie = originalTextInfoParams.mOriginalTextInfo.getCookie(); in reconstructSuggestions()
466 originalTextInfoParams.mOriginalTextInfo.getSequence(); in reconstructSuggestions()
468 final int querySize = originalTextInfoParams.mSize; in reconstructSuggestions()
473 final SentenceWordItem item = originalTextInfoParams.mItems.get(i); in reconstructSuggestions()