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

  /frameworks/base/core/java/android/view/animation/
BounceInterpolator.java 34 private static float bounce(float t) { method in class:BounceInterpolator
46 if (t < 0.3535f) return bounce(t);
47 else if (t < 0.7408f) return bounce(t - 0.54719f) + 0.7f;
48 else if (t < 0.9644f) return bounce(t - 0.8526f) + 0.9f;
49 else return bounce(t - 1.0435f) + 0.95f;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 115 return motor.bounce;
118 public void setBounce(float bounce) {
119 motor.bounce = bounce;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 152 public void setBounce(float bounce) {
153 setBounce(motorId, bounce);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.c 109 struct nouveau_bo *bounce = NULL; local
114 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset);
115 if (!bounce)
118 nv->copy_data(nv, bounce, offset, NOUVEAU_BO_GART,
121 if (nouveau_bo_map(bounce, NOUVEAU_BO_RD, nv->screen->client))
123 memcpy(buf->data + start, (uint8_t *)bounce->map + offset, size);
127 nouveau_bo_ref(NULL, &bounce);
138 struct nouveau_bo *bounce = NULL; local
151 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset);
152 if (!bounce)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 109 struct nouveau_bo *bounce = NULL; local
114 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset);
115 if (!bounce)
118 nv->copy_data(nv, bounce, offset, NOUVEAU_BO_GART,
121 if (nouveau_bo_map(bounce, NOUVEAU_BO_RD, nv->screen->client))
123 memcpy(buf->data + start, (uint8_t *)bounce->map + offset, size);
127 nouveau_bo_ref(NULL, &bounce);
138 struct nouveau_bo *bounce = NULL; local
151 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset);
152 if (!bounce)
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 134 @-webkit-keyframes bounce {
149 -webkit-animation: bounce 500ms ease-in-out;
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 91 void *bounce; member in struct:unix_private_data
196 actual = read(data->dev, data->bounce, channel->block_size);
202 memcpy(buf, data->bounce, actual);
263 actual = read(data->dev, data->bounce,
273 memcpy(data->bounce, buf, actual);
274 actual = write(data->dev, data->bounce, channel->block_size);
316 if (data->bounce)
317 ext2fs_free_mem(&data->bounce);
319 &data->bounce);
339 if (data->bounce)
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.css 109 @-webkit-keyframes bounce {
128 -webkit-animation: bounce .5s ease-in-out;
apps.js 695 // This will trigger the 'bounce' animation defined in apps.css.
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 124 // left side bounce
128 // right side bounce
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 273 public void setBounceOnHit(boolean bounce) {
274 mBounceOnHit = bounce;
  /external/qemu/
block.c 2286 uint8_t *bounce; member in struct:BlockDriverAIOCBSync
    [all...]
exec.c 3462 static BounceBuffer bounce; variable
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 532 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet(); local
537 bounce.play(tyuAnim).before(tydAnim);
538 bounce.setInterpolator(new AccelerateInterpolator());
539 bounce.start();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 519 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet(); local
524 bounce.play(tyuAnim).before(tydAnim);
525 bounce.setInterpolator(new AccelerateInterpolator());
526 bounce.start();
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1052 milliseconds