Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java89 private boolean mLongPressShiftLockFired; field in KeyboardState
318 mLongPressShiftLockFired = false; in onPressKey()
382 mLongPressShiftLockFired = true; in onLongPressTimeout()
412 mLongPressShiftLockFired = false; in onPressShift()
466 } else if (mLongPressShiftLockFired) { in onReleaseShift()