Searched refs:mPagingTouchSlop (Results 1 – 2 of 2) sorted by relevance
313 private final int mPagingTouchSlop; field in ViewConfiguration351 mPagingTouchSlop = PAGING_TOUCH_SLOP; in ViewConfiguration()447 mPagingTouchSlop = mTouchSlop * 2; in ViewConfiguration()711 return mPagingTouchSlop; in getScaledPagingTouchSlop()
72 private float mPagingTouchSlop; field in SwipeHelper107 mPagingTouchSlop = ViewConfiguration.get(context).getScaledPagingTouchSlop(); in SwipeHelper()125 mPagingTouchSlop = pagingTouchSlop; in setPagingTouchSlop()322 if (Math.abs(delta) > mPagingTouchSlop in onInterceptTouchEvent()