Home | History | Annotate | Download | only in launcher3

Lines Matching refs:vel

2556             PointF vel = new PointF(mVelocityTracker.getXVelocity(),
2559 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
2560 (vel.length() * upVec.length()));
2562 return vel;
2582 public FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from,
2585 mVelocity = vel;
2696 public void onFlingToDelete(PointF vel) {
2729 AnimatorUpdateListener updateCb = new FlingAlongVectorAnimatorUpdateListener(dragView, vel,