Home | History | Annotate | Download | only in webkit

Lines Matching refs:mDoubleTapSlopSquare

870     private int mDoubleTapSlopSquare;
1696 mDoubleTapSlopSquare = slop * slop;
5897 if (deltaX * deltaX + deltaY * deltaY < mDoubleTapSlopSquare) {