Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java640 int commitEnd = mCommitStartCursor + mPrevCommitText.length(); in onUpdateSelection() local
641 if ((((newSelEnd < oldSelEnd) || (commitEnd < newSelEnd)) && clearCommitInfo()) in onUpdateSelection()