Searched defs:getVelocity (Results 1 – 3 of 3) sorted by relevance
111 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity() function in android::VelocityTrackerState
134 private float getVelocity(VelocityTracker vt) { in getVelocity() method in SwipeHelper
337 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity() function in android::VelocityTracker