Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java2901 int composingTextSize = mComposingText.size(ComposingText.LAYER1); in onKeyUpEvent() local
2902 if (composingTextSize > 0) { in onKeyUpEvent()
2903 … if (mComposingText.getCursor(ComposingText.LAYER1) > (composingTextSize - 1)) { in onKeyUpEvent()