Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java44 private static final float TOLERANCE_WEAK = 0.1f; field in VelocityTrackerTest
98 assertVelocity(TOLERANCE_WEAK, "Expect weak bound when there is acceleration."); in testAcceleratingMovement()
111 assertVelocity(TOLERANCE_WEAK, "Expect weak bound when there is deceleration."); in testDeceleratingMovement()
125 assertVelocity(TOLERANCE_WEAK, "Expect weak bound after 100ms of new direction."); in testLinearSharpDirectionChange()