Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBatchInputArbiter.java73 final long lastLetterTypingTime, final int activePointerCount) { in addDownEventPoint() argument
74 if (activePointerCount == 1) { in addDownEventPoint()
170 public boolean mayEndBatchInput(final long upEventTime, final int activePointerCount, in mayEndBatchInput() argument
174 if (activePointerCount == 1) { in mayEndBatchInput()