HomeSort by relevance Sort by last modified time
    Searched defs:Velocity (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h 34 struct Velocity {
43 Velocity calculated_velocity_[VelocityTracker::MAX_POINTERS];
  /external/chromium_org/cc/animation/
timing_function.cc 32 float CubicBezierTimingFunction::Velocity(double x) const {
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 32 // Special constant to request the velocity of the active pointer.
56 struct Velocity {
63 Velocity mCalculatedVelocity[MAX_POINTERS];
104 Velocity& velocity = mCalculatedVelocity[index]; local
105 velocity.vx = vx;
106 velocity.vy = vy;
118 const Velocity& velocity = mCalculatedVelocity[index]; local
119 vx = velocity.vx
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 316 milliseconds