Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DDefaultSoftKeyboardEN.java196 Keyboard kbd = getShiftChangeKeyboard(shift); in setPreferences()
294 Keyboard kbd = getShiftChangeKeyboard(shift); in onKey()
300 Keyboard kbd = getShiftChangeKeyboard(mShiftOn); in onKey()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java381 protected Keyboard getShiftChangeKeyboard(int shift) { in getShiftChangeKeyboard() method in DefaultSoftKeyboard
484 Keyboard newKeyboard = getShiftChangeKeyboard(KEYBOARD_SHIFT_ON); in toggleShiftLock()
492 Keyboard newKeyboard = getShiftChangeKeyboard(KEYBOARD_SHIFT_OFF); in toggleShiftLock()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java644 Keyboard newKeyboard = getShiftChangeKeyboard(shifted); in onKey()
1188 changeKeyboard(getShiftChangeKeyboard(shift)); in setShiftByEditorInfo()