OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAutoCorrectionIndicator
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BlueUnderlineTests.java
38
assertEquals("show blue underline, span color", true, span.
isAutoCorrectionIndicator
());
55
assertTrue("extend blue underline, span color", spanBefore.
isAutoCorrectionIndicator
());
84
+ "correction indicator", suggestionSpan.
isAutoCorrectionIndicator
());
111
span.
isAutoCorrectionIndicator
());
InputTestsBase.java
113
public boolean
isAutoCorrectionIndicator
() {
Completed in 83 milliseconds