/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;
|
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
animator1.xml | 1 <!-- Simple bounce animation -->
|
/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 144 this->bounce(); 189 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...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
proc_meminfo | 27 Bounce: 0 kB
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameComponent.java | 30 POST_PHYSICS, // inertia, friction, and bounce
|
/external/autotest/client/site_tests/login_MultipleSessions/ |
login_MultipleSessions.py | 51 # bounce the session manager and wait for it to come back up before 86 # Bounce UI, without waiting for the browser to come back. Best effort.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
scroll_bounce.py | 49 # Fail if browser doesn't support synthetic scroll bounce gestures. 53 'Synthetic scroll bounce not supported for this browser')
|
/external/autotest/client/site_tests/login_SameSessionTwice/ |
login_SameSessionTwice.py | 46 # Bounce UI, without waiting for the browser to come back. Best effort.
|
/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/autotest/client/site_tests/login_RemoteOwnership/ |
login_RemoteOwnership.py | 77 # Best effort to bounce the UI, which may be up or down.
|
/external/autotest/client/site_tests/login_RetrieveActiveSessions/ |
login_RetrieveActiveSessions.py | 67 # Bounce UI, without waiting for the browser to come back. Best effort.
|
/external/curl/tests/data/ |
test153 | 37 # bounce on to data1003 on the second request. 48 # The second request to the 1002 section will bounce this one back instead
|
/packages/services/Telephony/src/com/android/phone/ |
HfaLogic.java | 42 * If successful, we bounce the radio so that the service picks up the new number. 45 * If there is an error, we do not bounce the radio but still callback with a failure.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation3.java | 37 "Bounce"
|
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
Bouncer1.java | 108 // In this variation, we put the shape into an infinite bounce, where it keeps moving
|
/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/ |
SquashAndStretch.java | 36 * to bounce back up to the start.
|
/external/autotest/client/site_tests/desktopui_HangDetector/ |
desktopui_HangDetector.py | 41 # bounce the session manager to pick up the flag file.
|
/external/autotest/client/site_tests/login_OwnershipApi/ |
login_OwnershipApi.py | 107 # Best effort to bounce the UI, which may be up or down.
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
lpd8806.cxx | 94 // Bounce off ends of strip
|
/external/blktrace/ |
README | 112 B - Bounce 125 W - Bounce
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/ |
connection.py | 216 :param return_path: The email address to which bounce notifications are 288 If you specify the Source parameter, then bounce notifications and 526 """Sets an SNS topic to publish bounce or complaint notifications for 536 Valid Values: Bounce | Complaint | Delivery 554 bounce topics are set.
|
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 88 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value 89 * means no bounce. This behavior is no longer supported and this coefficient has no effect. 105 * velocity which is preserved in the bounce when the horizontal edge is reached. A null value 106 * means no bounce. This behavior is no longer supported and this coefficient has no effect. 798 // Simulate a bounce that started from edge 828 // Will result in a bounce or a to_boundary depending on velocity. [all...] |