Searched refs:maxDist (Results 1 – 3 of 3) sorted by relevance
575 final float maxDist = (float) res.getInteger(R.integer.config_dropAnimMaxDist); in animateView() local580 if (dist < maxDist) { in animateView()581 duration *= mCubicEaseOutInterpolator.getInterpolation(dist / maxDist); in animateView()
662 final float maxDist = (float) res.getInteger(R.integer.config_dropAnimMaxDist); in animateView() local667 if (dist < maxDist) { in animateView()668 duration *= mCubicEaseOutInterpolator.getInterpolation(dist / maxDist); in animateView()
1246 int maxDist = -1;1253 if (dist > maxDist) {1254 maxDist = dist;