Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp753 nsecs_t maxPredict = current->eventTime + min(delta / 2, RESAMPLE_MAX_PREDICTION); in resampleTouchState() local
754 if (sampleTime > maxPredict) { in resampleTouchState()
758 sampleTime - current->eventTime, maxPredict - current->eventTime); in resampleTouchState()
760 sampleTime = maxPredict; in resampleTouchState()