Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java583 private static final float GRAVITY = 2000.0f; field in OverScroller.SplineOverScroller
660 return velocity > 0 ? -GRAVITY : GRAVITY; in getDeceleration()
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
DBouncyDroid.java49 public static final float GRAVITY = 500f; field in BouncyDroid.BouncyView.World
227 mBody.applyForce(new World.Vec(0, mass * World.GRAVITY)); in reset()