Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBlueUnderlineTests.java39 assertEquals("show blue underline, span color", true, span.isAutoCorrectionIndicator()); in testBlueUnderline()
56 assertTrue("extend blue underline, span color", spanBefore.isAutoCorrectionIndicator()); in testBlueUnderlineDisappears()
85 + "correction indicator", suggestionSpan.isAutoCorrectionIndicator()); in testBlueUnderlineOnBackspace()
112 span.isAutoCorrectionIndicator()); in testBlueUnderlineDisappearsWhenCursorMoved()
DInputTestsBase.java113 public boolean isAutoCorrectionIndicator() { in isAutoCorrectionIndicator() method in InputTestsBase.SpanGetter