Home | History | Annotate | Download | only in multiwaveview

Lines Matching defs:dist2

860             float touchRadius = (float) Math.sqrt(dist2(tx, ty));
887 if (angleMatches && (dist2(tx, ty) > snapDistance2)) {
985 if (mAlwaysTrackFinger || dist2(tx,ty) <= getScaledGlowRadiusSquared()) {
1216 private float dist2(float dx, float dy) {