Home | History | Annotate | Download | only in inputflinger

Lines Matching full:dist2

5731                         float dist2 = dist[id2];
5733 && dist2 >= mConfig.pointerGestureMultitouchMinDistance) {
5745 float cosine = dot / (dist1 * dist2); // denominator always > 0
5750 "dist1 %0.3f >= %0.3f, dist2 %0.3f >= %0.3f, "
5753 dist2, mConfig.pointerGestureMultitouchMinDistance,
5761 "dist1 %0.3f >= %0.3f, dist2 %0.3f >= %0.3f, "
5764 dist2, mConfig.pointerGestureMultitouchMinDistance,