Searched refs:lastY (Results 1 – 1 of 1) sorted by relevance
52 float lastY; field in ShadowCardDrag.CardDragState60 lastY = y; in onDown()71 float newMomentumY = (y - lastY) / (mDensity * deltaT); in onMove()95 lastY = y; in onMove()