Home
last modified time | relevance | path

Searched defs:mInputPointers (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DComposedData.java26 public final InputPointers mInputPointers; field in ComposedData
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java55 public final InputPointers mInputPointers = field in LastComposedWord
H A DWordComposer.java56 private final InputPointers mInputPointers = new InputPointers(MAX_WORD_LENGTH); field in WordComposer