Searched refs:elasticityFactor (Results 1 – 1 of 1) sorted by relevance
1281 float elasticityFactor = 1; in updatePositionAndComputeDelta() local1285 elasticityFactor += mTransparentView.getHeight() * SPRING_DAMPENING_FACTOR; in updatePositionAndComputeDelta()1287 return (position - mLastEventPosition[VERTICAL]) / elasticityFactor; in updatePositionAndComputeDelta()