Searched refs:GRAVITY (Results 1 – 3 of 3) sorted by relevance
582 private static final float GRAVITY = 2000.0f; field in OverScroller.SplineOverScroller659 return velocity > 0 ? -GRAVITY : GRAVITY; in getDeceleration()
1734 private static final int GRAVITY = R.styleable.GridLayout_Layout_layout_gravity;1851 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY);
367 INHERIT, GRAVITY, TEXT_START, TEXT_END, CENTER, VIEW_START, VIEW_END; enumConstant6073 case GRAVITY: in getLayoutAlignment()