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 49 public final InputPointers mInputPointers =
65 mInputPointers.copy(inputPointers);
WordComposer.java 40 private final InputPointers mInputPointers = new InputPointers(MAX_WORD_LENGTH);
81 mInputPointers.copy(source.mInputPointers);
143 return mInputPointers;
163 // In the batch input mode, the {@code mInputPointers} holds batch input points and
168 mInputPointers.addPointer(newIndex, keyX, keyY, 0, 0);
196 mInputPointers.set(batchPointers);
206 // We don't want to override the batch input points that are held in mInputPointers
388 mInputPointers, mTypedWord.toString(), committedWord, separatorString,
390 mInputPointers.reset()
    [all...]

Completed in 265 milliseconds