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

  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 139 Vector2 relativeVelocity = vectorPool.allocate(velocity);
140 relativeVelocity.add(impulse);
142 final float dotRelativeAndNormal = relativeVelocity.dot(collisionNormal);
166 vectorPool.release(relativeVelocity);
183 Vector2 relativeVelocity = vectorPool.allocate(entity1Velocity);
184 relativeVelocity.subtract(entity2Velocity);
186 final float dotRelativeAndNormal = relativeVelocity.dot(collisionNormal);
222 vectorPool.release(relativeVelocity);
  /frameworks/support/compat/src/main/java/androidx/core/widget/
AutoScrollHelper.java 557 final float relativeVelocity = mRelativeVelocity[direction];
560 final float targetVelocity = relativeVelocity * dstSize;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 546 final float relativeVelocity = mRelativeVelocity[direction];
549 final float targetVelocity = relativeVelocity * dstSize;
    [all...]

Completed in 138 milliseconds