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

  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
ListenerParam.java 37 Velocity,
AudioParam.java 11 Velocity,
  /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...]

Completed in 57 milliseconds