Searched defs:getVelocity (Results 1 – 4 of 4) sorted by relevance
67 float VelocityTrackerState::getVelocity(int32_t axis, int32_t id) { in getVelocity() function in android::VelocityTrackerState
72 inline std::optional<float> getVelocity(int32_t axis, int32_t id) const { in getVelocity() function
189 private float getVelocity(VelocityTracker vt) { in getVelocity() method in SwipeHelper
348 std::optional<float> VelocityTracker::getVelocity(int32_t axis, int32_t pointerId) const { in getVelocity() function in android::VelocityTracker