Home
last modified time | relevance | path

Searched refs:maxDist (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java330 final float maxDist = (float) res.getInteger(R.integer.config_dropAnimMaxDist); in animateView() local
335 if (dist < maxDist) { in animateView()
336 duration *= DEACCEL_1_5.getInterpolation(dist / maxDist); in animateView()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java697 int maxDist = 0; in getFarthestPositionFrom() local
710 if (dist >= maxDist) { in getFarthestPositionFrom()
714 maxDist = dist; in getFarthestPositionFrom()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java1246 int maxDist = -1;
1253 if (dist > maxDist) {
1254 maxDist = dist;