Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DComposingView.java155 mDecInfo.moveCursor(0); in setDecodingInfo()
163 public boolean moveCursor(int keyCode) { in moveCursor() method in ComposingView
172 mDecInfo.moveCursor(offset); in moveCursor()
DPinyinIME.java653 mComposingView.moveCursor(keyCode); in processStateEditComposing()
2096 public void moveCursor(int offset) { in moveCursor() method in PinyinIME.DecodingInfo
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java1634 mComposingText.moveCursor(ComposingText.LAYER1, -1); in processLeftKeyEvent()
1637 mComposingText.moveCursor(ComposingText.LAYER1, -1); in processLeftKeyEvent()
1640 mComposingText.moveCursor(ComposingText.LAYER1, -1); in processLeftKeyEvent()
1674 composingText.moveCursor(ComposingText.LAYER1, 1); in processRightKeyEvent()
1679 composingText.moveCursor(ComposingText.LAYER1, 1); in processRightKeyEvent()
1944 mComposingText.moveCursor(ComposingText.LAYER1, -1); in commitTextWithoutLastAlphabet()
1946 mComposingText.moveCursor(ComposingText.LAYER1, 1); in commitTextWithoutLastAlphabet()
DOpenWnnEN.java713 mComposingText.moveCursor(1, -1); in processKeyEvent()
718 mComposingText.moveCursor(1, 1); in processKeyEvent()
DComposingText.java544 public int moveCursor(int layer, int diff) { in moveCursor() method in ComposingText