Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBatchInputArbiter.java40 private static final InputPointers sAggregatedPointers = new InputPointers( field in BatchInputArbiter
114 synchronized (sAggregatedPointers) { in mayStartBatchInput()
115 sAggregatedPointers.reset(); in mayStartBatchInput()
147 synchronized (sAggregatedPointers) { in updateBatchInput()
148 mRecognitionPoints.appendIncrementalBatchPoints(sAggregatedPointers); in updateBatchInput()
149 final int size = sAggregatedPointers.getPointerSize(); in updateBatchInput()
152 listener.onUpdateBatchInput(sAggregatedPointers, moveEventTime); in updateBatchInput()
156 sLastRecognitionPointSize = sAggregatedPointers.getPointerSize(); in updateBatchInput()
172 synchronized (sAggregatedPointers) { in mayEndBatchInput()
173 mRecognitionPoints.appendAllBatchPoints(sAggregatedPointers); in mayEndBatchInput()
[all …]