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.java483 float aY = mVelocityTracker.getYVelocity(); in getCurrentVelocity() local
488 float projectedVelocity = (aX * bX + aY * bY) / bLen; in getCurrentVelocity()