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.java38 assertEquals("show blue underline, span color", true, span.isAutoCorrectionIndicator()); in testBlueUnderline()
55 assertTrue("extend blue underline, span color", spanBefore.isAutoCorrectionIndicator()); in testBlueUnderlineDisappears()
84 + "correction indicator", suggestionSpan.isAutoCorrectionIndicator()); in testBlueUnderlineOnBackspace()
111 span.isAutoCorrectionIndicator()); in testBlueUnderlineDisappearsWhenCursorMoved()
DInputTestsBase.java113 public boolean isAutoCorrectionIndicator() { in isAutoCorrectionIndicator() method in InputTestsBase.SpanGetter