Searched refs:mWordComposer (Results 1 – 2 of 2) sorted by relevance
92 /* package */ final WordComposer mWordComposer; field in InputLogic124 mWordComposer = new WordComposer(); in InputLogic()143 if (!mWordComposer.getTypedWord().isEmpty()) { in startInput()148 mWordComposer.getTypedWord(), mWordComposer.isBatchMode()); in startInput()150 mWordComposer.restartCombining(combiningSpec); in startInput()190 if (mWordComposer.isComposingWord()) { in onOrientationChange()204 if (mWordComposer.isComposingWord()) { in finishInput()207 mWordComposer.getTypedWord(), mWordComposer.isBatchMode()); in finishInput()241 if (mWordComposer.isComposingWord()) { in onTextInput()252 StatsUtils.onWordCommitUserTyped(mEnteredText, mWordComposer.isBatchMode()); in onTextInput()[all …]
135 mInputLogic.mWordComposer.setBatchInputPointers(batchPointers); in updateBatchInput()