Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1447 private static final int NON_TOUCH_MAX_DECELERATION_MS = 1000; field in CarLayoutManager.CarSmoothScroller
1503 return mHasTouch ? time : Math.min(time, NON_TOUCH_MAX_DECELERATION_MS); in calculateTimeForDeceleration()