Searched refs:onUpdateBatchInput (Results 1 – 7 of 7) sorted by relevance
77 public void onUpdateBatchInput(InputPointers batchPointers); in onUpdateBatchInput() method118 public void onUpdateBatchInput(InputPointers batchPointers) {} in onUpdateBatchInput() method in KeyboardActionListener.Adapter
535 public void onUpdateBatchInput(final InputPointers aggregatedPointers, final long eventTime) { in onUpdateBatchInput() method in PointerTracker540 sListener.onUpdateBatchInput(aggregatedPointers); in onUpdateBatchInput()
31 public void onUpdateBatchInput( in onUpdateBatchInput() method152 listener.onUpdateBatchInput(sAggregatedPointers, moveEventTime); in updateBatchInput()
52 public void onUpdateBatchInput(final InputPointers batchPointers,180 public void onUpdateBatchInput(final InputPointers batchPointers, in onUpdateBatchInput() method in InputLogicHandler
561 public void onUpdateBatchInput(final InputPointers batchPointers) { in onUpdateBatchInput() method in InputLogic562 mInputLogicHandler.onUpdateBatchInput(batchPointers, mAutoCommitSequenceNumber); in onUpdateBatchInput()
350 mLatinIME.onUpdateBatchInput(pointers); in gesture()
1428 public void onUpdateBatchInput(final InputPointers batchPointers) { in onUpdateBatchInput() method in LatinIME1429 mInputLogic.onUpdateBatchInput(batchPointers); in onUpdateBatchInput()