Home | History | Annotate | Download | only in widget

Lines Matching refs:touchSlop

3597                         final int touchSlop = viewConfiguration.getScaledTouchSlop();
3599 if (distanceSquared < touchSlop * touchSlop) {