Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/animation/
DBounceInterpolator.java37 private static float bounce(float t) { in bounce() method in BounceInterpolator
49 if (t < 0.3535f) return bounce(t); in getInterpolation()
50 else if (t < 0.7408f) return bounce(t - 0.54719f) + 0.7f; in getInterpolation()
51 else if (t < 0.9644f) return bounce(t - 0.8526f) + 0.9f; in getInterpolation()
52 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.java360 aPrime[i] = bounce(cf, a[i]); in areEffectiveArraysMatch()
364 bPrime[i] = bounce(cf, b[i]); in areEffectiveArraysMatch()
387 final Signature aPrime = bounce(cf, a); in areEffectiveMatch()
388 final Signature bPrime = bounce(cf, b); in areEffectiveMatch()
400 public static Signature bounce(CertificateFactory cf, Signature s) throws CertificateException { in bounce() method in Signature
/frameworks/base/core/java/android/hardware/input/
Dinput_framework.aconfig24 …description: "Controls if the bounce keys accessibility feature for physical keyboard is available…
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6079 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13385 Landroid/content/pm/Signature;->bounce(Ljava/security/cert/CertificateFactory;Landroid/content/pm/S…
58520 Landroid/view/animation/BounceInterpolator;->bounce(F)F
77684 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/core/api/
Dcurrent.txt2470 field public static final int bounce = 17563658; // 0x10c000a