Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java430 private final int mMaxFlingVelocity; field in RecyclerView
550 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in RecyclerView()
2042 velocityX = Math.max(-mMaxFlingVelocity, Math.min(velocityX, mMaxFlingVelocity)); in fling()
2043 velocityY = Math.max(-mMaxFlingVelocity, Math.min(velocityY, mMaxFlingVelocity)); in fling()
2086 return mMaxFlingVelocity; in getMaxFlingVelocity()
2906 mVelocityTracker.computeCurrentVelocity(1000, mMaxFlingVelocity); in onTouchEvent()