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