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

  /frameworks/base/core/java/android/widget/
OverScroller.java 549 private int mVelocity;
692 mVelocity = 0;
719 mVelocity = 0;
742 mVelocity = -delta; // only sign is used
750 mCurrVelocity = mVelocity = velocity;
809 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
Scroller.java 59 private float mVelocity;
205 return mVelocity - mDeceleration * timePassed() / 2000.0f;
394 mVelocity = velocity;
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 101 private final VelocityTracker mVelocity;
141 mVelocity = VelocityTracker.obtain();
481 mVelocity.clear();
507 mVelocity.addMovement(event);
508 mVelocity.computeCurrentVelocity(1);
537 ps.mXVelocity = mVelocity.getXVelocity(id);
538 ps.mYVelocity = mVelocity.getYVelocity(id);
539 mVelocity.getEstimator(id, -1, -1, ps.mEstimator);
  /external/quake/quake/src/WinQuake/
client.h 174 vec3_t mvelocity[2]; // update by server, used for lean+bob member in struct:__anon10651
176 vec3_t velocity; // lerped between mvelocity[0] and [1]
cl_parse.cpp 528 VectorCopy (cl.mvelocity[0], cl.mvelocity[1]);
536 cl.mvelocity[0][i] = MSG_ReadChar()*16;
538 cl.mvelocity[0][i] = 0;
cl_main.cpp 461 cl.velocity[i] = cl.mvelocity[1][i] +
462 frac * (cl.mvelocity[0][i] - cl.mvelocity[1][i]);
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 403 milliseconds