Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DRecapitalizeStatus.java69 private int mCursorStartBefore; field in RecapitalizeStatus
94 mCursorStartBefore = cursorStart; in start()
199 mCursorEndAfter = mCursorStartBefore + nonWhitespaceEnd; in trim()
200 mCursorStartBefore = mCursorStartAfter = mCursorStartBefore + nonWhitespaceStart; in trim()