Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h58 struct ComputedVelocity { struct
111 ComputedVelocity getComputedVelocity(int32_t units, float maxVelocity);
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp50 VelocityTracker::ComputedVelocity mComputedVelocity;
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp325 VelocityTracker::ComputedVelocity computedVelocity; in TEST_F()
421 VelocityTracker::ComputedVelocity computedVelocity; in TEST_F()
447 VelocityTracker::ComputedVelocity computedVelocity = vt.getComputedVelocity(1000, 1000); in TEST_F()
/frameworks/native/libs/input/
DVelocityTracker.cpp368 VelocityTracker::ComputedVelocity VelocityTracker::getComputedVelocity(int32_t units, in getComputedVelocity()
370 ComputedVelocity computedVelocity; in getComputedVelocity()