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

  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.h 13 // A Goose. Each goose has a location and a velocity. Implements the
19 // Initialize a Goose at location (0, 0) no velocity.
22 // Initialize a Goose at the given location with the specified velocity.
23 Goose(const Vector2& location, const Vector2& velocity);
27 // by integrating acceleration and velocity.
66 Vector2 velocity() const { function in class:Goose
90 // is the average velocity of the neighbours. Only consider geese that are
  /external/chromium_org/content/child/
touch_fling_gesture_curve.cc 40 inline double velocity(double t) { function in namespace:__anon12142
56 // curve, which starts at a large velocity and smoothly decreases to
57 // zero. For a given input velocity, we find where on the curve this
58 // velocity occurs, and start the animation at this point---denoted by
62 // that scales with input velocity, as faster initial velocities start
66 // Since the starting velocity is implicitly determined by our starting
71 // velocities that lie outside the max velocity are constrained to start
76 // position/velocity estimates outside this range are undefined.
91 // Curve ends when velocity reaches zero.
100 // velocity, or else bisection search may fail
    [all...]
  /external/chromium_org/ui/app_list/
pagination_controller.cc 75 float velocity = scroll_axis_ == SCROLL_AXIS_HORIZONTAL local
79 if (fabs(velocity) > kMinHorizVelocityToSwitchPage)
80 pagination_model_->SelectPageRelative(velocity < 0 ? 1 : -1, true);
  /external/chromium_org/ui/events/gesture_detection/
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;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.h 66 // Velocity
68 const FloatPoint3D& velocity() const { return m_velocity; } function in class:blink::AudioListener
PannerNode.cpp 371 FloatPoint3D velocity = FloatPoint3D(x, y, z); local
373 if (m_velocity == velocity)
378 m_velocity = velocity;
447 const FloatPoint3D &listenerVelocity = listener()->velocity();
449 // Don't bother if both source and listener have no velocity
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewScrollingTest.java 155 // Scaling the initial velocity by the device scale factor ensures that
159 int velocity = (int) (1000 * deviceScaleFactor); local
162 fling(0, -velocity);
166 fling(-velocity, 0);
170 fling(0, velocity);
174 fling(velocity, 0);
178 fling(-velocity, -velocity);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 283 // If we're getting near the finish, the desired velocity can decrease since the time left gets increased.
364 double velocity = delta / step; local
365 double velocityDelta = velocity - oldVelocity;
369 oldVelocity = velocity;
386 double velocity = delta / step; local
387 double velocityDelta = velocity - oldVelocity;
391 oldVelocity = velocity;
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 276 float velocity = distance / delta_time; local
279 << "\n Velocity of click: " << velocity
280 << "\n Minimum swipe velocity: "
292 if (velocity > gesture_detector_config_.minimum_swipe_velocity) {
    [all...]
  /external/chromium_org/ui/gfx/android/
scroller.cc 245 float velocity = std::sqrt(velocity_x * velocity_x + velocity_y * velocity_y); local
247 velocity_ = velocity;
248 duration_ = GetSplineFlingDuration(velocity);
255 float coeff_x = velocity == 0 ? 1.0f : velocity_x / velocity;
256 float coeff_y = velocity == 0 ? 1.0f : velocity_y / velocity;
258 double total_distance = GetSplineFlingDistance(velocity);
259 distance_ = total_distance * Signum(velocity);
419 double Scroller::GetSplineDeceleration(float velocity) const
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 134 unsigned char velocity; member in struct:snd_seq_ev_note
  /external/kernel-headers/original/uapi/sound/
asequencer.h 196 unsigned char velocity; member in struct:snd_seq_ev_note
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 901 milliseconds