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

  /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));
  /frameworks/base/core/java/android/widget/
OverScroller.java 583 // Constant gravity value, used in the deceleration phase.
584 private static final float GRAVITY = 2000.0f;
658 return velocity > 0 ? -GRAVITY : GRAVITY;
    [all...]
GridLayout.java 30 import android.view.Gravity;
45 import static android.view.Gravity.*;
109 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters).
122 * gravity. To prevent a column from stretching, ensure that one of the components
123 * in the column does not define a gravity.
135 * no gravity was defined on the view. If gravity was defined, then the gone-marked
148 * use {@link #CENTER} alignment (or {@link LayoutParams#setGravity(int) gravity}).
623 static Alignment getAlignment(int gravity, boolean horizontal) {
626 int flags = (gravity & mask) >> shift
2023 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 587 // Constant gravity value, used in the deceleration phase.
588 private static final float GRAVITY = 2000.0f;
662 return velocity > 0 ? -GRAVITY : GRAVITY;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 585 // Constant gravity value, used in the deceleration phase.
586 private static final float GRAVITY = 2000.0f;
663 return velocity > 0 ? -GRAVITY : GRAVITY;
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 31 import android.view.Gravity;
46 import static android.view.Gravity.*;
110 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters).
123 * gravity. To prevent a column from stretching, ensure that one of the components
124 * in the column does not define a gravity.
136 * no gravity was defined on the view. If gravity was defined, then the gone-marked
149 * use {@link #CENTER} alignment (or {@link LayoutParams#setGravity(int) gravity}).
619 static Alignment getAlignment(int gravity, boolean horizontal) {
622 int flags = (gravity & mask) >> shift
1906 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 1524 milliseconds