Searched refs:mInputPointers (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DComposedData.java26 public final InputPointers mInputPointers; field in class:ComposedData
33 mInputPointers = inputPointers;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java55 public final InputPointers mInputPointers = field in class:LastComposedWord
71 mInputPointers.copy(inputPointers);
H A DWordComposer.java56 private final InputPointers mInputPointers = new InputPointers(MAX_WORD_LENGTH); field in class:WordComposer
152 return mInputPointers;
192 // In the batch input mode, the {@code mInputPointers} holds batch input points and
197 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0);
266 mInputPointers.set(batchPointers);
276 // We don't want to override the batch input points that are held in mInputPointers
424 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString,
426 mInputPointers.reset();
450 mInputPointers.set(lastComposedWord.mInputPointers);
[all...]
H A DBinaryDictionary.java280 final InputPointers inputPointers = composedData.mInputPointers;

Completed in 118 milliseconds