Searched refs:suggestionSpan (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | SuggestionSpanUtils.java | 62 final SuggestionSpan suggestionSpan = new SuggestionSpan(context, null /* locale */, in getTextWithAutoCorrectionIndicatorUnderline() local 65 spannable.setSpan(suggestionSpan, 0, text.length(), in getTextWithAutoCorrectionIndicatorUnderline() 92 final SuggestionSpan suggestionSpan = new SuggestionSpan(context, null /* locale */, in getTextWithSuggestionSpan() local 95 spannable.setSpan(suggestionSpan, 0, pickedWord.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in getTextWithSuggestionSpan()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | BlueUnderlineTests.java | 79 final SpanGetter suggestionSpan = new SpanGetter(mEditText.getText(), SuggestionSpan.class); in testBlueUnderlineOnBackspace() local 81 EXPECTED_SUGGESTION_SPAN_START, suggestionSpan.mStart); in testBlueUnderlineOnBackspace()
|