Searched refs:scrollDuration (Results 1 – 2 of 2) sorted by relevance
715 final long scrollDuration = mDragScrollStartTimeInMs in scrollIfNecessary() local754 mRecyclerView.getWidth(), scrollDuration); in scrollIfNecessary()759 mRecyclerView.getHeight(), scrollDuration); in scrollIfNecessary()
1342 private int computeScrollDistance(int pixelsPastView, long scrollDuration) { in computeScrollDistance() argument1358 1.0f, (float) scrollDuration / SCROLL_ACCELERATION_LIMIT_TIME_MS); in computeScrollDistance()