/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/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/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...] |
/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 | 528 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet(); local 533 bounce.play(tyuAnim).before(tydAnim); 534 bounce.setInterpolator(new AccelerateInterpolator()); 535 bounce.start(); [all...] |
/external/qemu/ |
block.c | 2286 uint8_t *bounce; member in struct:BlockDriverAIOCBSync [all...] |
exec.c | 3462 static BounceBuffer bounce; variable [all...] |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |