Home | History | Annotate | Download | only in launcher3

Lines Matching defs:dist

387     private float dist(PointF p0, PointF p1) {
394 float d = dist(a, b);
412 return (int) (dist(xy, a.dimens) - dist(xy, b.dimens));