Searched refs:mPagingTouchSlop (Results 1 – 5 of 5) sorted by relevance
230 private final int mPagingTouchSlop; field in ViewConfiguration257 mPagingTouchSlop = PAGING_TOUCH_SLOP; in ViewConfiguration()339 mPagingTouchSlop = mTouchSlop * 2; in ViewConfiguration()560 return mPagingTouchSlop; in getScaledPagingTouchSlop()
62 private float mPagingTouchSlop; field in SwipeHelper84 mPagingTouchSlop = pagingTouchSlop; in SwipeHelper()92 mPagingTouchSlop = pagingTouchSlop; in setPagingTouchSlop()201 if (Math.abs(delta) > mPagingTouchSlop) { in onInterceptTouchEvent()
52 float mPagingTouchSlop; field in TaskStackViewTouchHandler63 mPagingTouchSlop = configuration.getScaledPagingTouchSlop(); in TaskStackViewTouchHandler()69 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()
141 private int mPagingTouchSlop; field in PagedView310 mPagingTouchSlop = configuration.getScaledPagingTouchSlop(); in init()1244 boolean xPaged = xDiff > mPagingTouchSlop; in isHorizontalCameraScroll()1271 boolean xPaged = xDiff > mPagingTouchSlop; in determineScrollingStart()