Searched refs:Elastic (Results 1 – 8 of 8) sorted by relevance
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/ |
D | Elastic.java | 10 public abstract class Elastic extends TweenEquation { class 13 public static final Elastic IN = new Elastic() { 31 public static final Elastic OUT = new Elastic() { 49 public static final Elastic INOUT = new Elastic() { 75 public Elastic a(float a) { in a() 81 public Elastic p(float p) { in p()
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | TweenEquations.java | 7 import aurelienribon.tweenengine.equations.Elastic; 49 public static final Elastic easeInElastic = Elastic.IN; 50 public static final Elastic easeOutElastic = Elastic.OUT; 51 public static final Elastic easeInOutElastic = Elastic.INOUT;
|
D | TweenUtils.java | 7 import aurelienribon.tweenengine.equations.Elastic; 42 Elastic.IN, Elastic.OUT, Elastic.INOUT in parseEasing()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Interpolation.java | 113 static public final Elastic elastic = new Elastic(2, 10, 7, 1); 200 static public class Elastic extends Interpolation { class in Interpolation 203 public Elastic (float value, float power, int bounces, float scale) { in Elastic() method in Interpolation.Elastic 221 static public class ElasticIn extends Elastic { 232 static public class ElasticOut extends Elastic {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
D | README.rst | 49 * Amazon Elastic Compute Cloud (EC2) (Python 3) 50 * Amazon Elastic Map Reduce (EMR) (Python 3) 70 * AWS Elastic Beanstalk (Python 3) 88 * Amazon Elastic Transcoder (Python 3) 107 * Elastic Load Balancing (ELB) (Python 3) 118 * Amazon Elastic Block Store (EBS)
|
/external/universal-tween-engine/ |
D | README.md | 20 Tween.to(mySprite, Type.POSITION_XY, 1.0f).target(20, 30).ease(Elastic.INOUT);
|
/external/libgdx/ |
D | CHANGES | 291 - API Change: Added parameters to Elastic Interpolation.
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 5285 Elastic: function(p, x){ method
|