Home | History | Annotate | Download | only in launcher3

Lines Matching defs:dist

615         final float dist = (float) Math.sqrt(Math.pow(to.left - from.left, 2) +
623 if (dist < maxDist) {
624 duration *= mCubicEaseOutInterpolator.getInterpolation(dist / maxDist);