Searched defs:getVelocity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp52 void getVelocity(int32_t id, float* outVx, float* outVy);
88 mVelocityTracker.getVelocity(id, &vx, &vy);
110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { function in class:android::VelocityTrackerState
182 state->getVelocity(id, &vx, NULL);
190 state->getVelocity(id, NULL, &vy);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java111 private float getVelocity(VelocityTracker vt) { method in class:SwipeHelper
362 float velocity = getVelocity(mVelocityTracker);
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp336 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { function in class:android::VelocityTracker

Completed in 84 milliseconds