Home | History | Annotate | Download | only in launcher2

Lines Matching refs:vel

258             DragObject d, PointF vel, ViewConfiguration config) {
266 float velocity = Math.abs(vel.length());
269 int offsetX = (int) (offsetY / (vel.y / vel.x));
323 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from,
326 mVelocity = vel;
361 DragObject d, PointF vel, final long startTime, final int duration,
366 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
370 public void onFlingToDelete(final DragObject d, int x, int y, PointF vel) {
415 updateCb = createFlingToTrashAnimatorListener(dragLayer, d, vel, config);
417 updateCb = createFlingAlongVectorAnimatorListener(dragLayer, d, vel, startTime,