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

  /frameworks/base/core/java/android/view/animation/
BounceInterpolator.java 38 private static float bounce(float t) { method in class:BounceInterpolator
50 if (t < 0.3535f) return bounce(t);
51 else if (t < 0.7408f) return bounce(t - 0.54719f) + 0.7f;
52 else if (t < 0.9644f) return bounce(t - 0.8526f) + 0.9f;
53 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;
  /frameworks/base/libs/hwui/
Interpolator.cpp 60 static float bounce(float t) { function in namespace:android::uirenderer
66 if (t < 0.3535f) return bounce(t);
67 else if (t < 0.7408f) return bounce(t - 0.54719f) + 0.7f;
68 else if (t < 0.9644f) return bounce(t - 0.8526f) + 0.9f;
69 else return bounce(t - 1.0435f) + 0.95f;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java 152 public void setBounce(float bounce) {
153 setBounce(motorId, bounce);
  /external/skia/samplecode/
SampleBitmapRect.cpp 52 static void bounce(SkScalar* value, SkScalar* delta, SkScalar min, SkScalar max) { function
64 bounce(&pt->fX, &vec->fX, limit.fLeft, limit.fRight);
65 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom);
74 void bounce() { function in class:BitmapRectView
143 this->bounce();
188 bounce(&fSrcR.fLeft, &fDX, fLimitR.fLeft, fLimitR.fRight - width);
  /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...]
  /frameworks/base/core/java/android/content/pm/
Signature.java 263 * To identify effective equality, we bounce the certificates through an
277 aPrime[i] = bounce(cf, a[i]);
281 bPrime[i] = bounce(cf, b[i]);
288 * Bounce the given {@link Signature} through a decode/encode cycle.
294 public static Signature bounce(CertificateFactory cf, Signature s) throws CertificateException { method in class:Signature
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 92 void *bounce; member in struct:unix_private_data
202 actual = read(data->dev, data->bounce, channel->block_size);
208 memcpy(buf, data->bounce, actual);
271 actual = read(data->dev, data->bounce,
281 memcpy(data->bounce, buf, actual);
282 actual = write(data->dev, data->bounce, channel->block_size);
323 if (data->bounce)
324 ext2fs_free_mem(&data->bounce);
325 retval = io_channel_alloc_buf(channel, 0, &data->bounce);
345 if (data->bounce)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 273 public void setBounceOnHit(boolean bounce) {
274 mBounceOnHit = bounce;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 534 AnimatorSet bounce = LauncherAnimUtils.createAnimatorSet(); local
539 bounce.play(tyuAnim).before(tydAnim);
540 bounce.setInterpolator(new AccelerateInterpolator());
541 bounce.start();
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.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...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 552 milliseconds