Home
last modified time | relevance | path

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

12

/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()
DGameObject.java172 public final void setVelocity(Vector2 velocity) { in setVelocity()
/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
DVoiceBase.h43 void noteOn(synth_float_t pitch, synth_float_t velocity) { in noteOn()
DSimpleVoice.h70 void noteOn(synth_float_t pitch, synth_float_t velocity) { in noteOn()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DResourceExistsTestCase.java34 private VelocityEngine velocity; field in ResourceExistsTestCase
/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts212 const velocity = 1 + msSinceStartOfAnimation * ACCELERATION_PER_MS; constant
230 const velocity = 1 + msSinceStartOfAnimation * ACCELERATION_PER_MS; constant
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSawVoice.java36 public void noteOn(int noteIndex, int velocity) { in noteOn()
DSynthEngine.java221 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff()
254 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn()
DSynthVoice.java33 public void noteOn(int noteIndex, int velocity) { in noteOn()
/external/flatbuffers/samples/
Dsample_flexbuffers_serde.rs38 velocity: [f64; 3], field
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/listener/
DPieRadarChartTouchListener.java218 float velocity = Math.abs((lastSample.angle - firstSample.angle) / timeDelta); in calculateVelocity() local
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c1260 …Mgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMStolenVoice()
1524 …_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMCheckPolyphonyLimiting()
1599 …_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regi… in VMStartVoice()
1736 …VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) in VMStartNote()
1857 … VMStopNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) in VMStopNote()
Deas_otadata.h74 EAS_U8 velocity; /* current volume */ member
Deas_dlssynth.c185 …Voice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain, EAS_U8 velocity) in DLS_UpdateGain()
Deas_imelody.c892 EAS_U8 velocity; in IMY_PlayNote() local
Deas_synth.h285 EAS_U8 velocity; /* 0 <= velocity <= 127 */ member
/external/libchrome-gestures/src/
Dmouse_interpreter.cc213 float velocity; in InterpretScrollWheelEvent() local
/external/sonivox/arm-wt-22k/host_src/
Deas_types.h242 EAS_U8 velocity; member
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas_types.h242 EAS_U8 velocity; member
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py395 def __init__ (self, ticks, seq, channel, note, velocity): argument
428 def __init__ (self, ticks, seq, channel, note, velocity, note_length, note_off_velocity): argument
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops_test.py2453 def __init__(self, mass, velocity): argument
2469 def __init__(self, mass, velocity): argument
/external/kernel-headers/original/uapi/sound/
Dasequencer.h183 unsigned char velocity; member
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c25200 long velocity; in Qt_MusicPlayNote() local

12