Searched refs:getStrSegment (Results 1 – 4 of 4) sorted by relevance
1005 … String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()1023 … String search = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()1941 String tmp = mComposingText.getStrSegment(layer, -1).string; in commitTextWithoutLastAlphabet()2366 String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, in processSoftKeyboardToggleChar()2637 StrSegment seg = composingText.getStrSegment(ComposingText.LAYER2, index); in learnWord()
101 public StrSegment getStrSegment(int layer, int pos) { in getStrSegment() method in ComposingText
177 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i); in convert()
173 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i); in convert()