Searched refs:bounce (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/animation/ |
D | BounceInterpolator.java | 38 private static float bounce(float t) { in bounce() method in BounceInterpolator 50 if (t < 0.3535f) return bounce(t); in getInterpolation() 51 else if (t < 0.7408f) return bounce(t - 0.54719f) + 0.7f; in getInterpolation() 52 else if (t < 0.9644f) return bounce(t - 0.8526f) + 0.9f; in getInterpolation() 53 else return bounce(t - 1.0435f) + 0.95f; in getInterpolation()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.cpp | 63 static float bounce(float t) { in bounce() function 70 return bounce(t); in interpolate() 72 return bounce(t - 0.54719f) + 0.7f; in interpolate() 74 return bounce(t - 0.8526f) + 0.9f; in interpolate() 76 return bounce(t - 1.0435f) + 0.95f; in interpolate()
|
/frameworks/base/tests/AmSlam/src/test/amslam/ |
D | MainActivity.java | 118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse() argument 121 Log.e(TAG, "send " + send + ", bounce " + bounce + ", recv " + recv in onPingPongResponse() 128 mTotalPingTime += (bounce - send); in onPingPongResponse() 129 mTotalPongTime += (recv - bounce); in onPingPongResponse()
|
D | PongReceiver.java | 29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse() argument
|
/frameworks/base/core/java/android/content/pm/ |
D | Signature.java | 309 aPrime[i] = bounce(cf, a[i]); in areEffectiveMatch() 313 bPrime[i] = bounce(cf, b[i]); in areEffectiveMatch() 336 final Signature aPrime = bounce(cf, a); in areEffectiveMatch() 337 final Signature bPrime = bounce(cf, b); in areEffectiveMatch() 349 public static Signature bounce(CertificateFactory cf, Signature s) throws CertificateException { in bounce() method in Signature
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6063 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |