Searched refs:composingTextSize (Results 1 – 1 of 1) sorted by relevance
2901 int composingTextSize = mComposingText.size(ComposingText.LAYER1); in onKeyUpEvent() local2902 if (composingTextSize > 0) { in onKeyUpEvent()2903 … if (mComposingText.getCursor(ComposingText.LAYER1) > (composingTextSize - 1)) { in onKeyUpEvent()