Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java57 private boolean mIsInDoubleTapShiftKeyTimeout; field in MockKeyboardSwitcher
85 mIsInDoubleTapShiftKeyTimeout = false; in expireDoubleTapTimeout()
136 mIsInDoubleTapShiftKeyTimeout = true; in startDoubleTapShiftKeyTimer()
141 mIsInDoubleTapShiftKeyTimeout = false; in cancelDoubleTapShiftKeyTimer()
146 return mIsInDoubleTapShiftKeyTimeout; in isInDoubleTapShiftKeyTimeout()