Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShadowCardDrag.java71 float newMomentumY = (y - lastY) / (mDensity * deltaT); in onMove() local
74 momentumY = 0.9f * momentumY + 0.1f * (newMomentumY * MOMENTUM_SCALE); in onMove()