Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java42 private float mAx, mAy; field in VelocityTrackerTest
54 mAx = 0; in setUp()
82 mAx = 1.0f; in testAcceleratingMovement()
94 mAx = -1.0f; in testDeceleratingMovement()
136 mAx += 1.0f * change; in testChangingAcceleration()
149 mPx += (mAx / 2 * step + mVx) * step; in move()
151 mVx += mAx * step; in move()
174 mTime, mPx, mPy, mVx, mVy, mAx, mAy, in addMovement()