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

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 12 import android.view.Gravity;
98 Gravity.apply(BitmapState.GRAVITY, width, height, getBounds(), destRect);
142 private static final int GRAVITY = Gravity.FILL;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java 14 import android.view.Gravity;
224 Gravity.apply(GifState.GRAVITY, getIntrinsicWidth(), getIntrinsicHeight(), getBounds(), destRect);
313 private static final int GRAVITY = Gravity.FILL;
  /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 581 // Constant gravity value, used in the deceleration phase.
582 private static final float GRAVITY = 2000.0f;
656 return velocity > 0 ? -GRAVITY : GRAVITY;
    [all...]
GridLayout.java 31 import android.view.Gravity;
46 import static android.view.Gravity.*;
112 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters.
125 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
126 * in the column does not define a weight or a gravity.
142 * 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;
2140 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.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...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 582 // Constant gravity value, used in the deceleration phase.
583 private static final float GRAVITY = 2000.0f;
660 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/build/prebuilts/gradle/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();
62 GRAVITY,
291 .setGravity(Gravity.CENTER_VERTICAL));
298 .setGravity(Gravity.TOP));
301 wearableOptions.setGravity(Gravity.BOTTOM);
360 .setContentIconGravity(Gravity.START))
375 .setContentIconGravity(Gravity.START))
  /developers/samples/android/wearable/wear/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();
62 GRAVITY,
291 .setGravity(Gravity.CENTER_VERTICAL));
298 .setGravity(Gravity.TOP));
301 wearableOptions.setGravity(Gravity.BOTTOM);
360 .setContentIconGravity(Gravity.START))
375 .setContentIconGravity(Gravity.START))
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 34 import android.view.Gravity;
48 public static final NotificationPreset GRAVITY = new GravityNotificationPreset();
62 GRAVITY,
291 .setGravity(Gravity.CENTER_VERTICAL));
298 .setGravity(Gravity.TOP));
301 wearableOptions.setGravity(Gravity.BOTTOM);
360 .setContentIconGravity(Gravity.START))
375 .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;
45 import static android.view.Gravity.*;
110 * {@link LayoutParams#setGravity(int) gravity} property of the child's layout parameters.
123 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
124 * in the column does not define a weight or a gravity.
140 * no gravity was defined on the view. If gravity was defined, then the gone-marked
614 static Alignment getAlignment(int gravity, boolean horizontal) {
617 int flags = (gravity & mask) >> shift;
2034 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 1036 milliseconds