Searched refs:mMaxFlingVelocity (Results 1 – 1 of 1) sorted by relevance
70 private final int mMaxFlingVelocity; field in WearableListView212 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in WearableListView()572 velocityY = Math.max(Math.min(velocityY, mMaxFlingVelocity), -mMaxFlingVelocity); in fling()