Home
last modified time | relevance | path

Searched refs:bounce (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DBounceInterpolator.java38 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/
DInterpolator.cpp63 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/
DMainActivity.java118 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()
DPongReceiver.java29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse() argument
/frameworks/base/core/java/android/content/pm/
DSignature.java309 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/
Dmetrics_constants.proto6063 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17390 Landroid/content/pm/Signature;->bounce(Ljava/security/cert/CertificateFactory;Landroid/content/pm/S…
78841 Landroid/view/animation/BounceInterpolator;->bounce(F)F
99207 Lcom/android/internal/R$interpolator;->bounce:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1739 field public static final int bounce = 17563658; // 0x10c000a
/frameworks/base/api/
Dcurrent.txt1950 field public static final int bounce = 17563658; // 0x10c000a