HomeSort by relevance Sort by last modified time
    Searched refs:getVelocity (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 49 void getVelocity(int32_t id, float* outVx, float* outVy);
85 mVelocityTracker.getVelocity(id, &vx, &vy);
107 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) {
175 state->getVelocity(id, &vx, NULL);
183 state->getVelocity(id, NULL, &vy);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 94 private float getVelocity(VelocityTracker vt) {
305 float velocity = getVelocity(mVelocityTracker);
  /external/collada/include/1.4/dom/
domInstance_rigid_body.h 665 const domVelocityRef getVelocity() const { return elemVelocity; }
  /frameworks/base/include/ui/
Input.h 623 // Default polynomial degree. (used by getVelocity)
626 // Default sample horizon. (used by getVelocity)
681 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
  /frameworks/base/libs/ui/
Input.cpp 1014 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const {
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 2172 milliseconds