Searched refs:mMaxFlingVelocity (Results 1 – 2 of 2) sorted by relevance
71 private final int mMaxFlingVelocity; field in WearableListView213 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in WearableListView()573 velocityY = Math.max(Math.min(velocityY, mMaxFlingVelocity), -mMaxFlingVelocity); in fling()
430 private final int mMaxFlingVelocity; field in RecyclerView550 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()