Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DWordComposer.java56 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()
DLastComposedWord.java55 public final InputPointers mInputPointers = field in LastComposedWord
71 mInputPointers.copy(inputPointers); in LastComposedWord()
DBinaryDictionary.java280 final InputPointers inputPointers = composedData.mInputPointers; in getSuggestions()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DComposedData.java26 public final InputPointers mInputPointers; field in ComposedData
33 mInputPointers = inputPointers; in ComposedData()