Searched refs:mLastTypingTime (Results 1 – 1 of 1) sorted by relevance
22 private long mLastTypingTime; field in TypingTimeRecorder38 return mLastTypingTime >= mLastBatchInputTime; in wasLastInputTyping()48 || eventTime - mLastTypingTime < mStaticTimeThresholdAfterFastTyping) { in onCodeInput()57 mLastTypingTime = eventTime; in onCodeInput()