Searched refs:mIsBatchMode (Results 1 – 4 of 4) sorted by relevance
59 private boolean mIsBatchMode; field in WordComposer90 mIsBatchMode = false; in WordComposer()124 mIsBatchMode = false; in reset()195 if (!mIsBatchMode) { in applyProcessedEvent()267 mIsBatchMode = true; in setBatchInputPointers()272 mIsBatchMode = true; in setBatchInputWord()433 mIsBatchMode = false; in commitWord()461 return mIsBatchMode; in isBatchMode()
281 final boolean isGesture = composedData.mIsBatchMode; in getSuggestions()
629 final float weightForLocale = composedData.mIsBatchMode in getSuggestionResults()
27 public final boolean mIsBatchMode; field in ComposedData34 mIsBatchMode = isBatchMode; in ComposedData()