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