Home
last modified time | relevance | path

Searched refs:mAy (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
55 mAy = 0; in setUp()
83 mAy = -0.5f; in testAcceleratingMovement()
95 mAy = 0.2f; in testDeceleratingMovement()
137 mAy += -0.5f * change; in testChangingAcceleration()
150 mPy += (mAy / 2 * step + mVy) * step; in move()
152 mVy += mAy * step; in move()
174 mTime, mPx, mPy, mVx, mVy, mAx, mAy, in addMovement()