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

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h 34 struct Velocity {
43 Velocity calculated_velocity_[VelocityTracker::MAX_POINTERS];
velocity_tracker_state.cc 12 // Special constant to request the velocity of the active pointer.
61 Velocity& velocity = calculated_velocity_[index]; local
62 velocity.vx = vx;
63 velocity.vy = vy;
90 const Velocity& velocity = calculated_velocity_[index]; local
91 vx = velocity.vx;
92 vy = velocity.vy;
  /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...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 1183 // Velocity is subject to exponential decay. These parameters are coefficients
    [all...]

Completed in 101 milliseconds