Home | History | Annotate | Download | only in accessibility

Lines Matching defs:mTouchSlop

118     private final int mTouchSlop;
228 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
534 if (moveDelta > mTouchSlop) {
1179 if (GestureUtils.isTap(mDownEvent, event, mTapTimeout, mTouchSlop,