Searched refs:mDeltaThreshold (Results 1 – 1 of 1) sorted by relevance
114 private final float mDeltaThreshold; field in RecyclerViewFastScroller197 mDeltaThreshold = res.getDisplayMetrics().density * SCROLL_DELTA_THRESHOLD_DP; in RecyclerViewFastScroller()287 if ((Math.abs(mDy) < mDeltaThreshold && in handleTouchEvent()