Searched refs:TRAVEL_RATIO_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
27 private const val TRAVEL_RATIO_THRESHOLD = .5f constant54 return abs(change.positionChange().x / change.positionChange().y) > TRAVEL_RATIO_THRESHOLD in detectSwipe()