Searched refs:mAutoCap (Results 1 – 1 of 1) sorted by relevance
123 private boolean mAutoCap; field in LatinIME528 if (mAutoCap && ei != null && ei.inputType != EditorInfo.TYPE_NULL) { in updateShiftKeyState()1083 mAutoCap = sp.getBoolean(PREF_AUTO_CAP, true); in loadSettings()