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