Searched refs:onEndBatchInput (Results 1 – 7 of 7) sorted by relevance
84 public void onEndBatchInput(InputPointers batchPointers); in onEndBatchInput() method120 public void onEndBatchInput(InputPointers batchPointers) {} in onEndBatchInput() method in KeyboardActionListener.Adapter
551 public void onEndBatchInput(final InputPointers aggregatedPointers, final long eventTime) { in onEndBatchInput() method in PointerTracker552 sTypingTimeRecorder.onEndBatchInput(eventTime); in onEndBatchInput()561 sListener.onEndBatchInput(aggregatedPointers); in onEndBatchInput()
34 public void onEndBatchInput(final InputPointers aggregatedPointers, final long upEventTime); in onEndBatchInput() method175 listener.onEndBatchInput(sAggregatedPointers, upEventTime); in mayEndBatchInput()
60 public void onEndBatchInput(final long eventTime) { in onEndBatchInput() method in TypingTimeRecorder
1395 public void onEndBatchInput(final InputPointers batchPointers) { in onEndBatchInput() method in LatinIME1396 mInputLogic.onEndBatchInput(batchPointers); in onEndBatchInput()
352 mLatinIME.onEndBatchInput(pointers); in gesture()
565 public void onEndBatchInput(final InputPointers batchPointers) { in onEndBatchInput() method in InputLogic