/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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
InverseKinematicsTest.java | 48 static final float GRAVITY = 0;
103 float gravity = Gdx.graphics.getDeltaTime() * GRAVITY;
local 113 diff.add(0, gravity);
|
/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;
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
orientation.c | 81 GRAVITY, 167 { DEC_INFO_RATE("Gravity", FusionRates, SENS_TYPE_GRAVITY, NUM_AXIS_THREE, 349 if (mTask.sensors[GRAVITY].active) { 354 addSample(&mTask.sensors[GRAVITY], 528 if (mTask.sensors[GAME].active || mTask.sensors[GRAVITY].active || 810 mTask.sensors[GRAVITY].use_mag_data = false;
|
/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; 2148 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local [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...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/ |
SuperKoalio.java | 84 private static final float GRAVITY = -2.5f;
179 // apply gravity if we are falling
180 koala.velocity.add(0, GRAVITY);
|
/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; 2041 int gravity = a.getInt(GRAVITY, Gravity.NO_GRAVITY); local [all...] |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha1/ |
common-25.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha3/ |
common-25.2.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha4/ |
common-25.2.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha6/ |
common-25.2.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha7/ |
common-25.2.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-beta1/ |
common-25.2.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-beta2/ |
common-25.2.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-beta3/ |
common-25.2.0-beta3.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/common/25.2.0-alpha7/ |
common-25.2.0-alpha7.jar | |