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

  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 60 final Vector2 currentVelocity = parentObject.getVelocity();
64 resolveCollision(currentVelocity, impulseVector, surfaceNormal, impulseVector);
75 Vector2 newVelocity = vectorPool.allocate(currentVelocity);
86 if (touchingFloor && currentVelocity.y <= 0.0f && Math.abs(newVelocity.x) > 0.0f
92 float frictionCoeffecient = Math.abs(currentVelocity.x) > 0.0f ?
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 21 milliseconds