Lines Matching refs:vel
355 DragObject d, PointF vel, ViewConfiguration config) {
363 float velocity = Math.abs(vel.length());
366 int offsetX = (int) (offsetY / (vel.y / vel.x));
420 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from,
423 mVelocity = vel;
458 DragObject d, PointF vel, final long startTime, final int duration,
463 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
467 public void onFlingToDelete(final DragObject d, int x, int y, PointF vel) {
512 updateCb = createFlingToTrashAnimatorListener(dragLayer, d, vel, config);
514 updateCb = createFlingAlongVectorAnimatorListener(dragLayer, d, vel, startTime,