Searched refs:mIsAutoCorrectionIndicatorOn (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java193 private boolean mIsAutoCorrectionIndicatorOn; field in class:LatinIME
1404 if (!mWordComposer.isComposingWord()) mIsAutoCorrectionIndicatorOn = false;
2094 return mIsAutoCorrectionIndicatorOn
2146 if (mIsAutoCorrectionIndicatorOn != newAutoCorrectionIndicator
2148 mIsAutoCorrectionIndicatorOn = newAutoCorrectionIndicator;
2521 // mIsAutoCorrectionIndicatorOn to avoid showSuggestionStrip touching the text to adapt it.
2523 mIsAutoCorrectionIndicatorOn = false;

Completed in 35 milliseconds