Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShadowCardDrag.java52 float lastY; field in ShadowCardDrag.CardDragState
60 lastY = y; in onDown()
71 float newMomentumY = (y - lastY) / (mDensity * deltaT); in onMove()
95 lastY = y; in onMove()