HomeSort by relevance Sort by last modified time
    Searched refs:LAYER1 (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 633 if ((mComposingText.size(ComposingText.LAYER1) != 0)
648 if (isNotComposing && (mComposingText.size(ComposingText.LAYER1) != 0)) {
750 mComposingText.setCursor(ComposingText.LAYER1,
751 mComposingText.toString(ComposingText.LAYER1).length());
    [all...]
ComposingText.java 48 public static final int LAYER1 = 1;
275 * @param layer1 Layer to insert
276 * @param layer2 Never merge to the previous segment from {@code layer1} to {@code layer2}.
279 public void insertStrSegment(int layer1, int layer2, StrSegment str) {
280 mStringLayer[layer1].add(mCursor[layer1], str);
281 mCursor[layer1]++;
283 for (int i = layer1 + 1; i <= layer2; i++) {
OpenWnnEN.java 450 updateComposingText(ComposingText.LAYER1);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 318 String input = text.toString(ComposingText.LAYER1);
419 int cursor = text.getCursor(ComposingText.LAYER1);
424 input = text.toString(ComposingText.LAYER1, 0, cursor - 1);
432 input = text.toString(ComposingText.LAYER1, cursor, text.size(ComposingText.LAYER1) - 1);
435 input = text.toString(ComposingText.LAYER1);
Romkan.java 192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);
RomkanFullKatakana.java 196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);

Completed in 1390 milliseconds