Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DLatinKeyboardView.java212 delay = mParams.mLongPressKeyTimeout * 3; in startLongPressTimer()
214 delay = mParams.mLongPressKeyTimeout; in startLongPressTimer()
312 public final int mLongPressKeyTimeout; field in LatinKeyboardView.KeyTimerParams
321 mLongPressKeyTimeout = latinKeyboardViewAttr.getInt( in KeyTimerParams()