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

  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
ListenerParam.java 37 Velocity,
AudioParam.java 11 Velocity,
Listener.java 41 private Vector3f velocity; field in class:Listener
48 velocity = new Vector3f();
54 velocity = source.velocity.clone();
82 return velocity;
109 public void setVelocity(Vector3f velocity) {
110 this.velocity.set(velocity);
112 renderer.updateListenerParam(this, ListenerParam.Velocity);
AudioNode.java 57 * or velocity does not influence how it is played.
75 protected Vector3f velocity = new Vector3f(); field in class:AudioNode
461 * @return The velocity of the audio node.
466 return velocity;
470 * Set the velocity of the audio node. The velocity is expected
473 * @param velocity The velocity to set.
476 public void setVelocity(Vector3f velocity) {
477 this.velocity.set(velocity)
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 235 label: 'Minimum Rail-Break Velocity',
245 label: 'Minimum Scroll Successive Velocity Events',
269 label: 'Points Buffered for Velocity',
309 label: 'Touchscreen Fling Velocity Cap',
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 111 case Velocity:
211 case Velocity:
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 326 case Velocity:
378 updateSourceParam(src, AudioParam.Velocity);
536 case Velocity:
    [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 996 milliseconds