Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java479 float aY = mVelocityTracker.getYVelocity(); in getCurrentVelocity() local
484 float projectedVelocity = (aX * bX + aY * bY) / bLen; in getCurrentVelocity()