Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java226 private int mDeleteCount; field in LatinIME
664 mDeleteCount = 0; in onStartInputView()
1192 mDeleteCount = 0; in onKey()
1199 mDeleteCount++; in onKey()
1343 if (mDeleteCount > DELETE_ACCELERATE_AT) { in handleBackspace()