Home | History | Annotate | Download | only in widget

Lines Matching refs:GRAVITY

581         // Constant gravity value, used in the deceleration phase.
582 private static final float GRAVITY = 2000.0f;
656 return velocity > 0 ? -GRAVITY : GRAVITY;