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