Searched refs:mAutoCaps (Results 1 – 3 of 3) sorted by relevance
49 private boolean mAutoCaps = false; field in DefaultSoftKeyboardEN152 mAutoCaps = pref.getBoolean("auto_caps", true); in setPreferences()194 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in setPreferences()292 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in onKey()
104 private boolean mAutoCaps = false; field in OpenWnnEN325 mAutoCaps = pref.getBoolean("auto_caps", true); in onStartInputView()632 int shift = (mAutoCaps) ? getShiftKeyState(edit) : 0; in processKeyEvent()
407 private boolean mAutoCaps = false; field in OpenWnnJAJP1220 int shift = (mAutoCaps)? getShiftKeyState(edit) : 0; in processKeyEvent()2384 if (mAutoCaps && (getShiftKeyState(getCurrentInputEditorInfo()) == 1)) { in processSoftKeyboardToggleChar()2677 mAutoCaps = preference.getBoolean("auto_caps", true); in fitInputType()