Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DSuggestionSpanUtils.java44 private static final Integer OBJ_FLAG_AUTO_CORRECTION = (Integer) CompatUtils.getFieldValue( field in SuggestionSpanUtils
49 if (OBJ_FLAG_AUTO_CORRECTION == null) {
62 if (TextUtils.isEmpty(text) || OBJ_FLAG_AUTO_CORRECTION == null) { in getTextWithAutoCorrectionIndicatorUnderline()
67 new String[] {} /* suggestions */, OBJ_FLAG_AUTO_CORRECTION, null); in getTextWithAutoCorrectionIndicatorUnderline()