Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java70 private final int mMaxFlingVelocity; field in WearableListView
212 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in WearableListView()
572 velocityY = Math.max(Math.min(velocityY, mMaxFlingVelocity), -mMaxFlingVelocity); in fling()