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

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 143 GRAVITY,
239 CASE_NAME(GRAVITY);
488 } else if (components[GRAVITY].order == i) {
494 float gravity[3]; local
495 inv_get_sensor_type_gravity_float(gravity, NULL, NULL);
496 PRINT_3ELM_ARRAY_FLOAT(10, 5, gravity);
613 " V = GRAVITY,\n"
682 components[GRAVITY].order = j;
  /frameworks/base/core/java/android/widget/
OverScroller.java 584 // Constant gravity value, used in the deceleration phase.
585 private static final float GRAVITY = 2000.0f;
659 return velocity > 0 ? -GRAVITY : GRAVITY;
    [all...]
GridLayout.java 31 import android.view.Gravity;
48 import static android.view.Gravity.*;
114 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters.
127 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
128 * in the column does not define a weight or a gravity.
144 * no gravity was defined on the view. If gravity was defined, then the gone-marked
627 static Alignment getAlignment(int gravity, boolean horizontal) {
630 int flags = (gravity & mask) >> shift;
2136 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...]
  /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));
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
NotificationPresets.java 34 import android.view.Gravity;
48 public static final NotificationPreset GRAVITY = new GravityNotificationPreset();
61 GRAVITY,
289 .setGravity(Gravity.CENTER_VERTICAL));
296 .setGravity(Gravity.TOP));
299 wearableOptions.setGravity(Gravity.BOTTOM);
358 .setContentIconGravity(Gravity.START))
373 .setContentIconGravity(Gravity.START))
  /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 34 import android.view.Gravity;
48 public static final NotificationPreset GRAVITY = new GravityNotificationPreset();
61 GRAVITY,
289 .setGravity(Gravity.CENTER_VERTICAL));
296 .setGravity(Gravity.TOP));
299 wearableOptions.setGravity(Gravity.BOTTOM);
358 .setContentIconGravity(Gravity.START))
373 .setContentIconGravity(Gravity.START))
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 31 import android.view.Gravity;
46 import static android.view.Gravity.*;
111 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters.
124 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
125 * in the column does not define a weight or a gravity.
141 * no gravity was defined on the view. If gravity was defined, then the gone-marked
612 static Alignment getAlignment(int gravity, boolean horizontal) {
615 int flags = (gravity & mask) >> shift;
2012 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local
    [all...]
  /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 208 milliseconds