Searched refs:LAYER1 (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnJAJP.java | 633 if ((mComposingText.size(ComposingText.LAYER1) != 0) in onUpdateSelection() 648 if (isNotComposing && (mComposingText.size(ComposingText.LAYER1) != 0)) { in onUpdateSelection() 750 mComposingText.setCursor(ComposingText.LAYER1, in onEvent() 751 mComposingText.toString(ComposingText.LAYER1).length()); in onEvent() 1003 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent() 1005 … String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent() 1008 mComposingText.delete(ComposingText.LAYER1, false); in onEvent() 1019 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent() 1023 … String search = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent() 1176 if (mComposingText.size(ComposingText.LAYER1) < 1) { in processKeyEvent() [all …]
|
D | ComposingText.java | 48 public static final int LAYER1 = 1; field in ComposingText
|
D | OpenWnnEN.java | 450 updateComposingText(ComposingText.LAYER1); in onEvent()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | OpenWnnEngineJAJP.java | 318 String input = text.toString(ComposingText.LAYER1); in setSearchKey() 419 int cursor = text.getCursor(ComposingText.LAYER1); in convert() 424 input = text.toString(ComposingText.LAYER1, 0, cursor - 1); in convert() 432 … input = text.toString(ComposingText.LAYER1, cursor, text.size(ComposingText.LAYER1) - 1); in convert() 435 input = text.toString(ComposingText.LAYER1); in convert()
|
D | RomkanFullKatakana.java | 196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert()
|
D | Romkan.java | 192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert()
|