Searched refs:mLastEventTimeNanos (Results 1 – 2 of 2) sorted by relevance
46 mLastEventTimeNanos = eventTimeNanos; in consumeEvent()68 const nsecs_t ageNanos = eventTimeNanos - mLastEventTimeNanos; in shouldResetSlopTracking()
49 nsecs_t mLastEventTimeNanos = 0; variable