Home | History | Annotate | Download | only in launcher3

Lines Matching defs:vel

2514             PointF vel = new PointF(mVelocityTracker.getXVelocity(),
2517 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
2518 (vel.length() * upVec.length()));
2520 return vel;
2540 public FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from,
2543 mVelocity = vel;
2654 public void onFlingToDelete(PointF vel) {
2687 AnimatorUpdateListener updateCb = new FlingAlongVectorAnimatorUpdateListener(dragView, vel,