Searched refs:RESAMPLE_MAX_PREDICTION (Results 1 – 1 of 1) sorted by relevance
161 const nsecs_t RESAMPLE_MAX_PREDICTION = 8 * NANOS_PER_MS; variable633 nsecs_t maxPredict = current->eventTime + std::min(delta / 2, RESAMPLE_MAX_PREDICTION); in resampleTouchState()