Searched defs:getVelocity (Results 1 – 4 of 4) sorted by relevance
110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity() function in android::VelocityTrackerState
118 private float getVelocity(VelocityTracker vt) { in getVelocity() method in SwipeHelper
122 private float getVelocity(VelocityTracker vt) { in getVelocity() method in SwipeHelper
335 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity() function in android::VelocityTracker