Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java132 private int mDeleteCount; field in LatinIME
337 mDeleteCount = 0; in onStartInputView()
585 mDeleteCount = 0; in onKey()
591 mDeleteCount++; in onKey()
668 if (mDeleteCount > DELETE_ACCELERATE_AT) { in handleBackspace()