Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h301 const bool mDeltaValues; variable
/frameworks/native/libs/input/
DVelocityTracker.cpp915 mDeltaValues(deltaValues) {} in ImpulseVelocityTrackerStrategy()
1012 float delta = mDeltaValues ? nextMvt.position : nextMvt.position - mvt.position; in getVelocity()