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.java32 private static final float TOLERANCE_WEAK = 0.1f; field in VelocityTrackerTest
85 assertVelocity(TOLERANCE_WEAK, "Expect weak bound when there is acceleration."); in testAcceleratingMovement()
97 assertVelocity(TOLERANCE_WEAK, "Expect weak bound when there is deceleration."); in testDeceleratingMovement()
110 assertVelocity(TOLERANCE_WEAK, "Expect weak bound after 100ms of new direction."); in testLinearSharpDirectionChange()