Searched refs:isAutoCorrectionIndicator (Results 1 – 2 of 2) sorted by relevance
39 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()
113 public boolean isAutoCorrectionIndicator() { in isAutoCorrectionIndicator() method in InputTestsBase.SpanGetter