Searched refs:mInputPointers (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | WordComposer.java | 56 private final InputPointers mInputPointers = new InputPointers(MAX_WORD_LENGTH); field in WordComposer 152 return mInputPointers; in getInputPointers() 197 mInputPointers.addPointerAt(newIndex, keyX, keyY, 0, 0); in applyProcessedEvent() 266 mInputPointers.set(batchPointers); in setBatchInputPointers() 424 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString, in commitWord() 426 mInputPointers.reset(); in commitWord() 450 mInputPointers.set(lastComposedWord.mInputPointers); in resumeSuggestionOnLastComposedWord() 474 mInputPointers.addPointerAt(index, keyX, keyY, 0, 0); in addInputPointerForTest()
|
D | LastComposedWord.java | 55 public final InputPointers mInputPointers = field in LastComposedWord 71 mInputPointers.copy(inputPointers); in LastComposedWord()
|
D | BinaryDictionary.java | 280 final InputPointers inputPointers = composedData.mInputPointers; in getSuggestions()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | ComposedData.java | 26 public final InputPointers mInputPointers; field in ComposedData 33 mInputPointers = inputPointers; in ComposedData()
|