Searched refs:moveEventTime (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | BatchInputArbiter.java | 32 final InputPointers aggregatedPointers, final long moveEventTime); in onUpdateBatchInput() argument 93 public boolean addMoveEventPoint(final int x, final int y, final long moveEventTime, in addMoveEventPoint() argument 97 x, y, getElapsedTimeSinceFirstDown(moveEventTime), isMajorEvent); in addMoveEventPoint() 145 public void updateBatchInput(final long moveEventTime, in updateBatchInput() argument 151 moveEventTime, sLastRecognitionTime)) { in updateBatchInput() 152 listener.onUpdateBatchInput(sAggregatedPointers, moveEventTime); in updateBatchInput() 157 sLastRecognitionTime = moveEventTime; in updateBatchInput()
|