Searched refs:mPagingTouchSlop (Results 1 – 4 of 4) sorted by relevance
235 private final int mPagingTouchSlop; field in ViewConfiguration262 mPagingTouchSlop = PAGING_TOUCH_SLOP; in ViewConfiguration()344 mPagingTouchSlop = mTouchSlop * 2; in ViewConfiguration()565 return mPagingTouchSlop; in getScaledPagingTouchSlop()
61 private float mPagingTouchSlop; field in SwipeHelper83 mPagingTouchSlop = pagingTouchSlop; in SwipeHelper()91 mPagingTouchSlop = pagingTouchSlop; in setPagingTouchSlop()200 if (Math.abs(delta) > mPagingTouchSlop) { in onInterceptTouchEvent()
57 float mPagingTouchSlop; field in TaskStackViewTouchHandler70 mPagingTouchSlop = configuration.getScaledPagingTouchSlop(); in TaskStackViewTouchHandler()77 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, densityScale, mPagingTouchSlop); in TaskStackViewTouchHandler()
65 private float mPagingTouchSlop; field in SwipeHelper93 mPagingTouchSlop = ViewConfiguration.get(context).getScaledPagingTouchSlop(); in SwipeHelper()111 mPagingTouchSlop = pagingTouchSlop; in setPagingTouchSlop()268 if (Math.abs(delta) > mPagingTouchSlop) { in onInterceptTouchEvent()