Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 25 of 51) sorted by relevance

123

/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java125 final Vector2 velocity = parentObject.getVelocity(); in shouldFall() local
137 final Vector2 velocity = parentObject.getVelocity(); in shouldJump() local
148 final Vector2 velocity = parentObject.getVelocity(); in shouldRun() local
158 final Vector2 velocity = parentObject.getVelocity(); in shouldMove() local
193 final Vector2 velocity = parentObject.getVelocity(); in idle() local
219 final Vector2 velocity = parentObject.getVelocity(); in walk() local
256 final Vector2 velocity = parentObject.getVelocity(); in run() local
292 final Vector2 velocity = parentObject.getVelocity(); in shoot() local
303 final Vector2 velocity = parentObject.getVelocity(); in jumpStart() local
321 final Vector2 velocity = parentObject.getVelocity(); in jumpAir() local
DPhysicsComponent.java129 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, in resolveCollision()
169 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, in resolveCollision()
DInterpolator.java106 private float calculateAcceleration(float velocity, float acceleration, float target) { in calculateAcceleration()
/external/chromium_org/webkit/child/
Dfling_curve_configuration.cc29 const blink::WebFloatPoint& velocity, in CreateCore()
44 const blink::WebFloatPoint& velocity, in CreateForTouchPad()
50 const blink::WebFloatPoint& velocity, in CreateForTouchScreen()
Dfling_animator_impl_android.cc40 void FlingAnimatorImpl::StartFling(const gfx::PointF& velocity) in StartFling()
123 float velocity = GetCurrentVelocity(); in apply() local
141 const blink::WebFloatPoint& velocity, in CreateAndroidGestureCurve()
Dtouch_fling_gesture_curve_unittest.cc32 virtual void notifyCurrentFlingVelocity(const WebFloatSize& velocity) { in notifyCurrentFlingVelocity()
Dwebkitplatformsupport_child_impl.cc46 const blink::WebFloatPoint& velocity, in createFlingAnimationCurve()
Dtouch_fling_gesture_curve.cc31 inline double velocity(double t, float* p) { in velocity() function
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DListener.java41 private Vector3f velocity; field in Listener
109 public void setVelocity(Vector3f velocity) { in setVelocity()
DAudioNode.java75 protected Vector3f velocity = new Vector3f(); field in AudioNode
476 public void setVelocity(Vector3f velocity) { in setVelocity()
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DMotionAllowedListener.java46 public void checkMotionAllowed(Vector3f position, Vector3f velocity); in checkMotionAllowed()
DSweepSphere.java45 private Vector3f velocity = new Vector3f(); field in SweepSphere
89 public void setVelocity(Vector3f velocity) { in setVelocity()
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
Dgoose.h66 Vector2 velocity() const { in velocity() function
Dgoose.cc43 Goose::Goose(const Vector2& location, const Vector2& velocity) in Goose()
/external/chromium_org/content/test/
Dweb_gesture_curve_mock.cc11 WebGestureCurveMock::WebGestureCurveMock(const blink::WebFloatPoint& velocity, in WebGestureCurveMock()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioListener.h68 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } in setVelocity()
69 const FloatPoint3D& velocity() const { return m_velocity; } in velocity() function
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticle.java48 public final Vector3f velocity = new Vector3f(); field in Particle
/external/chromium_org/content/renderer/input/
Dinput_handler_wrapper.cc48 const blink::WebFloatPoint& velocity, in CreateFlingAnimationCurve()
Dinput_handler_proxy_unittest.cc69 virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) OVERRIDE {} in NotifyCurrentFlingVelocity()
88 FakeWebGestureCurve(const blink::WebFloatPoint& velocity, in FakeWebGestureCurve()
127 const WebFloatPoint& velocity, in CreateFlingAnimationCurve()
Dinput_handler_proxy.cc467 const WebFloatSize& velocity) { in notifyCurrentFlingVelocity()
/external/chromium_org/content/browser/android/
Doverscroll_glow.cc112 gfx::Vector2dF velocity) { in OnOverscrolled()
282 gfx::Vector2dF velocity, in Absorb()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestsprite.c65 SDL_Rect area, *position, *velocity; in MoveSprites() local
/external/sonivox/arm-fm-22k/lib_src/
Deas_otadata.h74 EAS_U8 velocity; /* current volume */ member
/external/sonivox/arm-wt-22k/lib_src/
Deas_otadata.h74 EAS_U8 velocity; /* current volume */ member
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_otadata.h74 EAS_U8 velocity; /* current volume */ member

123