Searched refs:MOMENTUM_SCALE (Results 1 – 1 of 1) sorted by relevance
46 private static final float MOMENTUM_SCALE = 10; field in ShadowCardDrag73 momentumX = 0.9f * momentumX + 0.1f * (newMomentumX * MOMENTUM_SCALE); in onMove()74 momentumY = 0.9f * momentumY + 0.1f * (newMomentumY * MOMENTUM_SCALE); in onMove()