Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp859 uint32_t numTouches = 1; in getEstimator() local
868 } while (++numTouches < HISTORY_SIZE); in getEstimator()
889 while (numTouches-- > 1) { in getEstimator()