Searched refs:NON_TOUCH_MAX_DECELERATION_MS (Results 1 – 1 of 1) sorted by relevance
1447 private static final int NON_TOUCH_MAX_DECELERATION_MS = 1000; field in CarLayoutManager.CarSmoothScroller1503 return mHasTouch ? time : Math.min(time, NON_TOUCH_MAX_DECELERATION_MS); in calculateTimeForDeceleration()