Home
last modified time | relevance | path

Searched refs:scrollDuration (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java715 final long scrollDuration = mDragScrollStartTimeInMs in scrollIfNecessary() local
754 mRecyclerView.getWidth(), scrollDuration); in scrollIfNecessary()
759 mRecyclerView.getHeight(), scrollDuration); in scrollIfNecessary()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1342 private int computeScrollDistance(int pixelsPastView, long scrollDuration) { in computeScrollDistance() argument
1358 1.0f, (float) scrollDuration / SCROLL_ACCELERATION_LIMIT_TIME_MS); in computeScrollDistance()