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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btContactConstraint.cpp 92 btVector3 vel = vel1 - vel2; local
94 rel_vel = normal.dot(vel);
142 btVector3 vel = vel1 - vel2; local
161 rel_vel = normal.dot(vel);
btSliderConstraint.cpp 572 btScalar vel = linVelA.dot(ax1); local
573 vel -= linVelB.dot(ax1);
574 vel *= signFact;
579 if(vel < 0)
581 btScalar newc = -bounce * vel;
590 if(vel > 0)
592 btScalar newc = -bounce * vel;
675 btScalar vel = m_rbA.getAngularVelocity().dot(ax1); local
676 vel -= m_rbB.getAngularVelocity().dot(ax1);
681 if(vel < 0
    [all...]
btGeneric6DofConstraint.cpp 291 btVector3 vel = vel1 - vel2; local
293 btScalar rel_vel = axis_normal_on_a.dot(vel);
895 btScalar vel; local
898 vel = angVelA.dot(ax1);
901 vel -= angVelB.dot(ax1);
905 vel = linVelA.dot(ax1);
908 vel -= linVelB.dot(ax1);
914 if (vel < 0)
916 btScalar newc = -limot->m_bounce* vel;
923 if (vel > 0
    [all...]
btGeneric6DofSpring2Constraint.cpp 661 btScalar vel = rotational ? angVelA.dot(ax1) - angVelB.dot(ax1) : linVelA.dot(ax1) - linVelB.dot(ax1); local
666 if (info->m_constraintError[srow]-vel*limot->m_stopERP > 0) {
667 btScalar bounceerror = -limot->m_bounce* vel;
671 if (info->m_constraintError[srow]-vel*limot->m_stopERP < 0) {
672 btScalar bounceerror = -limot->m_bounce* vel;
685 if (info->m_constraintError[srow]-vel*limot->m_stopERP < 0) {
686 btScalar bounceerror = -limot->m_bounce* vel;
690 if (info->m_constraintError[srow]-vel*limot->m_stopERP > 0) {
691 btScalar bounceerror = -limot->m_bounce* vel;
780 btScalar vel = rotational ? angVelA.dot(ax1) - angVelB.dot(ax1) : linVelA.dot(ax1) - linVelB.dot(ax1) local
    [all...]
btHingeConstraint.cpp 627 btScalar vel = angVelA.dot(ax1); local
628 vel -= angVelB.dot(ax1);
633 if(vel < 0)
635 btScalar newc = -bounce * vel;
644 if(vel > 0)
646 btScalar newc = -bounce * vel;
1022 btScalar vel = angVelA.dot(ax1); local
1023 vel -= angVelB.dot(ax1);
1028 if(vel < 0)
1030 btScalar newc = -bounce * vel;
    [all...]
btConeTwistConstraint.cpp 331 btVector3 vel = vel1 - vel2; local
339 rel_vel = normal.dot(vel);
    [all...]
btSequentialImpulseConstraintSolver.cpp 838 btVector3 vel = vel1 - vel2; local
1032 btVector3 vel = vel1 - vel2; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 118 float vel = mTracker.getYVelocity (); local
119 if (Math.abs(vel) > MIN_VELOCITY_FOR_FLING) {
120 doFling(vel);
  /cts/tests/openglperf2/jni/reference/scene/flocking/
FlockingScene.cpp 157 Vector2D* vel = &(b->mVelocity); local
166 transformMatrix->rotate(atan2(vel->mY, vel->mX) + M_PI, 0, 0, 1);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleGroup.java 126 Vec2 vel = m_system.m_velocityBuffer.data[i]; local
127 m_linearVelocity.x += m * vel.x;
128 m_linearVelocity.y += m * vel.y;
140 Vec2 vel = m_system.m_velocityBuffer.data[i]; local
143 float vx = vel.x - m_linearVelocity.x;
144 float vy = vel.y - m_linearVelocity.y;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Box2DCharacterControllerTest.java 191 Vector2 vel = player.getLinearVelocity(); local
203 if (Math.abs(vel.x) > MAX_VELOCITY) {
204 vel.x = Math.signum(vel.x) * MAX_VELOCITY;
205 player.setLinearVelocity(vel.x, vel.y);
211 player.setLinearVelocity(vel.x * 0.9f, vel.y);
245 if (Gdx.input.isKeyPressed(Keys.A) && vel.x > -MAX_VELOCITY) {
250 if (Gdx.input.isKeyPressed(Keys.D) && vel.x < MAX_VELOCITY) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 318 float vel = getCurrentVelocity(lastX, lastY); local
328 boolean velIsInWrongDirection = vel * mTranslation < 0;
329 snapBack |= Math.abs(vel) > mMinFlingVelocity && velIsInWrongDirection;
330 vel = snapBack ^ velIsInWrongDirection ? 0 : vel;
331 fling(vel, snapBack || forceSnapBack, mTranslation < 0);
343 private void fling(float vel, final boolean snapBack, boolean right) {
349 mFlingAnimationUtils.apply(animator, mTranslation, target, vel);
358 startFinishingCircleAnimation(vel * 0.375f, mAnimationEndRunnable, right);
359 mCallback.onAnimationToSideStarted(right, mTranslation, vel);
    [all...]
PanelView.java 381 float vel = 0f; local
385 vel = mVelocityTracker.getYVelocity();
389 boolean expand = flingExpands(vel, vectorVel, x, y)
399 int velocityDp = (int) Math.abs(vel / displayDensity);
404 fling(vel, expand, isFalseTouch(x, y));
408 mUpdateFlingVelocity = vel;
584 * @param vel the current vertical velocity of the motion
588 protected boolean flingExpands(float vel, float vectorVel, float x, float y) {
595 return vel > 0;
620 protected void fling(float vel, boolean expand)
    [all...]
NotificationPanelView.java 526 flingSettings(0 /* vel */, false);
544 public void fling(float vel, boolean expand) {
547 gr.tag("fling " + ((vel > 0) ? "open" : "closed"), "notifications,v=" + vel);
549 super.fling(vel, expand);
553 protected void flingToHeight(float vel, boolean expand, float target,
559 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
687 float vel = getCurrentVelocity(); local
688 final boolean expandsQs = flingExpandsQs(vel);
692 flingSettings(vel, expandsQs && !isCancelMotionEvent)
696 float vel = getCurrentVelocity(); local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.cpp 497 void btMultiBody::compTreeLinkVelocities(btVector3 *omega, btVector3 *vel) const
502 vel[0] = quatRotate(m_baseQuat ,getBaseVel());
507 // transform parent vel into this frame, store in omega[i+1], vel[i+1]
509 omega[parent+1], vel[parent+1], local
510 omega[i+1], vel[i+1]); local
514 vel[i+1] += getJointVel(i) * m_links[i].getAxisBottom(0);
523 btAlignedObjectArray<btVector3> vel;vel.resize(num_links+1); local
524 compTreeLinkVelocities(&omega[0], &vel[0])
543 btAlignedObjectArray<btVector3> vel;vel.resize(num_links+1); local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 1554 float vel = (dist\/dur) * units; \/\/ pixels\/frame. local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 1487 float vel = (dist\/dur) * units; local
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 4611 final int vel = (int) scroller.getCurrVelocity(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1043 milliseconds