Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/com/urik/keyboard/KeyboardConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object KeyboardConstants {
const val SLOW_MOVEMENT_VELOCITY_THRESHOLD = 0.5f
const val UI_UPDATE_INTERVAL_MS = 16
const val TAP_DURATION_THRESHOLD_MS = 350L
const val MAX_SWIPE_VELOCITY_PX_PER_MS = 10f
const val MAX_SWIPE_VELOCITY_PX_PER_MS = 5f

const val PATH_BOUNDS_MARGIN_PX = 50f
const val CLOSE_KEY_DISTANCE_THRESHOLD_SQ = 7225f
Expand Down