OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAutoCorrectEnabled
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java
122
public final boolean
mAutoCorrectEnabled
;
186
mAutoCorrectEnabled
= isAutoCorrectEnabled(prefs, res);
187
mBigramSuggestionEnabled =
mAutoCorrectEnabled
188
&& isBigramSuggestionEnabled(prefs, res,
mAutoCorrectEnabled
);
[
all
...]
LatinIME.java
538
if (mSettingsValues.
mAutoCorrectEnabled
) {
735
if (mSuggest != null && mSettingsValues.
mAutoCorrectEnabled
) {
[
all
...]
Completed in 155 milliseconds