Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt3610 velocity = Math.max(MINIMUM_SNAP_VELOCITY.toFloat(), velocity) in calculateDuration()
3875 private const val MINIMUM_SNAP_VELOCITY = 2200 constant