Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java43 private static final float TOLERANCE_TIGHT = 0.05f; field in VelocityTrackerTest
85 assertVelocity(TOLERANCE_TIGHT, "Expect tight bound for linear motion."); in testLinearMovement()
121 assertVelocity(TOLERANCE_TIGHT, "Expect tight bound for linear motion."); in testLinearSharpDirectionChange()
127 assertVelocity(TOLERANCE_TIGHT, "Expect tight bound after 200ms of new direction."); in testLinearSharpDirectionChange()
137 assertVelocity(TOLERANCE_TIGHT, "Expect tight bound for linear motion."); in testLinearSharpDirectionChangeAfterALongPause()
142 assertVelocity(TOLERANCE_TIGHT, in testLinearSharpDirectionChangeAfterALongPause()