Home | History | Annotate | Download | only in webkit

Lines Matching refs:mTouchSlopSquare

868     private int mTouchSlopSquare;
1694 mTouchSlopSquare = slop * slop;
5951 >= mTouchSlopSquare) {
6072 if (deltaX * deltaX + deltaY * deltaY > mTouchSlopSquare) {