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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 53 public final InputPointers mInputPointers =
69 mInputPointers.copy(inputPointers);
WordComposer.java 50 private final InputPointers mInputPointers = new InputPointers(MAX_WORD_LENGTH);
176 return mInputPointers;
216 // In the batch input mode, the {@code mInputPointers} holds batch input points and
221 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0);
288 mInputPointers.set(batchPointers);
298 // We don't want to override the batch input points that are held in mInputPointers
447 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString,
449 mInputPointers.reset();
473 mInputPointers.set(lastComposedWord.mInputPointers);
    [all...]

Completed in 68 milliseconds