HomeSort by relevance Sort by last modified time
    Searched refs:GRAVITY (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
OverScroller.java 581 // Constant gravity value, used in the deceleration phase.
582 private static final float GRAVITY = 2000.0f;
659 return velocity > 0 ? -GRAVITY : GRAVITY;
    [all...]
GridLayout.java 27 import android.view.Gravity;
39 import static android.view.Gravity.*;
103 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters).
116 * gravity. To prevent a column from stretching, ensure that one of the components
117 * in the column does not define a gravity.
132 * use {@link #CENTER} alignment (or {@link LayoutParams#setGravity(int) gravity}).
553 static Alignment getAlignment(int gravity, boolean horizontal) {
556 int flags = (gravity & mask) >> shift;
1853 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local
    [all...]
TextView.java 105 import android.view.Gravity;
371 INHERIT, GRAVITY, TEXT_START, TEXT_END, CENTER, VIEW_START, VIEW_END;
1562 final int gravity = mGravity & Gravity.VERTICAL_GRAVITY_MASK; local
1595 final int gravity = mGravity & Gravity.VERTICAL_GRAVITY_MASK; local
4213 final int gravity = mGravity & Gravity.VERTICAL_GRAVITY_MASK; local
4244 final int gravity = mGravity & Gravity.VERTICAL_GRAVITY_MASK; local
    [all...]
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 17 import android.view.Gravity;
49 public static final float GRAVITY = 500f;
173 Gravity.TOP|Gravity.RIGHT));
226 // gravity points down
227 mBody.applyForce(new World.Vec(0, mass * World.GRAVITY));
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 249 milliseconds