Home | History | Annotate | Download | only in launcher3

Lines Matching defs:maxDist

618         final float maxDist = (float) res.getInteger(R.integer.config_dropAnimMaxDist);
623 if (dist < maxDist) {
624 duration *= mCubicEaseOutInterpolator.getInterpolation(dist / maxDist);