HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 51 - 75 of 443) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ash/wm/
session_state_animator.h 56 // Constants for determining animation speed.
60 // Speed for animations associated with user action that can be undone.
63 // Speed for animation that reverts undoable action. Used for aborting
66 // Speed for user action that can not be undone, Used for lock and shutdown
70 // Speed for lock screen appearance in "old" animation set.
72 // Speed for workspace-like animations in "new" animation set.
74 // Speed for undoing workspace-like animations in "new" animation set.
76 // Speed for shutdown in "new" animation set.
78 // Speed for reverting shutdown in "new" animation set.
136 // Reports animation duration for |speed|
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
FlingState.cpp 19 static float pin_max_fling(float speed) {
20 if (speed > MAX_FLING_SPEED) {
21 speed = MAX_FLING_SPEED;
23 return speed;
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); local
72 if (speed <= MIN_SPEED) {
76 float dist = (fSpeed0 - speed) / K0;
78 // printf("---- time %g speed %g dist %g\n", t, speed, dist)
    [all...]
  /external/skia/src/gpu/
FlingState.cpp 19 static float pin_max_fling(float speed) {
20 if (speed > MAX_FLING_SPEED) {
21 speed = MAX_FLING_SPEED;
23 return speed;
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); local
72 if (speed <= MIN_SPEED) {
76 float dist = (fSpeed0 - speed) / K0;
78 // printf("---- time %g speed %g dist %g\n", t, speed, dist)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.h 37 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
50 double speed(bool& isNull) const;
53 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
60 , m_speed(speed)
Coordinates.idl 35 readonly attribute double? speed;
Coordinates.cpp 58 double Coordinates::speed(bool& isNull) const function in class:WebCore::Coordinates
GeolocationPosition.h 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
49 double speed() const { return m_speed; } function in class:WebCore::GeolocationPosition
73 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
81 , m_speed(speed)
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPosition.cpp 35 void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
  /external/chromium_org/content/public/common/
geoposition.h 52 double speed; member in struct:content::Geoposition
geoposition.cc 28 speed(kBadSpeed),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleMarqueeData.h 47 int speed; member in class:WebCore::StyleMarqueeData
  /external/openssh/openbsd-compat/
bsd-nextstep.c 91 cfsetospeed(struct termios *t,int speed)
93 t->c_ospeed = speed;
98 cfsetispeed(struct termios *t, int speed)
100 t->c_ispeed = speed;
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 25 * Defines the playback speed of element time. The value is specified as
26 * a multiple of normal (parent time container) play speed. Legal values
28 * default is <code>1.0</code> (no modification of speed).
33 public void setSpeed(float speed)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
bpqether.h 31 int speed; /* unused */ member in struct:bpq_req
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
gadgetfs.h 50 // CONNECT: just the speed
51 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon39650
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
bpqether.h 31 int speed; /* unused */ member in struct:bpq_req
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
gadgetfs.h 50 // CONNECT: just the speed
51 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon41241
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
bpqether.h 31 int speed; /* unused */ member in struct:bpq_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
gadgetfs.h 50 // CONNECT: just the speed
51 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon42755
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimChannel.java 61 private float speed; field in class:AnimChannel
148 * @return The speed that is assigned to the animation channel. The speed
150 * at its default speed.
155 return speed;
159 * @param speed Set the speed of the animation channel. The speed
161 * at its default speed.
163 public void setSpeed(float speed) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 50 * A cinematic event must be given an inital duration in seconds (duration of the event at speed = 1) (default is 10)
56 protected float speed = 1; field in class:AbstractCinematicEvent
91 * @param initialDuration the duration of the event at speed = 1
124 time = time + (tpf * speed);
125 //time = elapsedTimePause + (timer.getTimeInSeconds() - start) * speed;
181 * returns the actual duration of the animtion (initialDuration/speed)
185 return initialDuration / speed;
189 * Sets the speed of the animation.
190 * At speed = 1, the animation will last initialDuration seconds,
191 * At speed = 2 the animation will last initialDuraiton/2..
    [all...]
  /frameworks/native/libs/input/
VelocityControl.cpp 74 float speed = hypotf(vx, vy) * scale; local
75 if (speed >= mParameters.highThreshold) {
76 // Apply full acceleration above the high speed threshold.
78 } else if (speed > mParameters.lowThreshold) {
80 // speed thresholds.
81 scale *= 1 + (speed - mParameters.lowThreshold)
88 "vx=%0.3f, vy=%0.3f, speed=%0.3f, accel=%0.3f",
91 vx, vy, speed, scale / mParameters.scale);
  /external/chromium_org/webkit/child/
touch_fling_gesture_curve.cc 129 float speed; local
132 speed = 0.f;
136 speed = velocity(time + time_offset_, coefficients_);
139 speed = 0.f;
147 WebFloatSize scroll_velocity(speed * displacement_ratio_.x,
148 speed * displacement_ratio_.y);
  /development/ndk/platforms/android-3/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);

Completed in 753 milliseconds

1 23 4 5 6 7 8 91011>>