/frameworks/base/core/java/android/view/animation/ |
D | BounceInterpolator.java | 37 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/ |
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 | 360 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/ |
D | input_framework.aconfig | 24 …description: "Controls if the bounce keys accessibility feature for physical keyboard is available…
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6079 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 13385 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/ |
D | android-22.txt | 1739 field public static final int bounce = 17563658; // 0x10c000a
|
/frameworks/base/core/api/ |
D | current.txt | 2470 field public static final int bounce = 17563658; // 0x10c000a
|