Searched refs:mHardShift (Results 1 – 2 of 2) sorted by relevance
88 private int mHardShift; field in OpenWnnEN317 mHardShift = 0; in onStartInputView()520 if (++mHardShift > 2) { mHardShift = 0; } in onEvent()601 if ((mHardShift > 0 && mHardAlt > 0) || (ev.isAltPressed() && ev.isShiftPressed())) { in processKeyEvent()604 if(mHardShift == 1){ in processKeyEvent()616 if (mHardShift == 1) { in processKeyEvent()617 mHardShift = 0; in processKeyEvent()630 if (mHardShift== 0 && mHardAlt == 0) { in processKeyEvent()633 … if (shift != mHardShift && (key >= KeyEvent.KEYCODE_A && key <= KeyEvent.KEYCODE_Z)) { in processKeyEvent()640 insertCharToComposingText(ev.getUnicodeChar(mShiftKeyToggle[mHardShift] in processKeyEvent()[all …]
389 private int mHardShift; field in OpenWnnJAJP561 mHardShift = 0; in onStartInputView()1060 if (++mHardShift > 2) { mHardShift = 0; } in onEvent()1185 if ((mHardShift > 0 && mHardAlt > 0) || in processKeyEvent()1189 if(mHardShift == 1){ in processKeyEvent()1201 if (mHardShift == 1) { in processKeyEvent()1202 mHardShift = 0; in processKeyEvent()1218 if (mHardShift== 0 && mHardAlt == 0) { in processKeyEvent()1221 … if (shift != mHardShift && (key >= KeyEvent.KEYCODE_A && key <= KeyEvent.KEYCODE_Z)) { in processKeyEvent()1228 str = createStrSegment(ev.getUnicodeChar(mShiftKeyToggle[mHardShift] in processKeyEvent()[all …]