Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp40 inline constexpr float HIGH_VELOCITY_THRESHOLD = 1100.0; variable
227 if ((tIndex + 2 >= mMaxNumPredictions) && (velocity > HIGH_VELOCITY_THRESHOLD)) { in updateAggregatedMetrics()