Searched refs:easeOutQuad (Results 1 – 2 of 2) sorted by relevance
23 public static final Quad easeOutQuad = Quad.OUT; field
2286 return easeOutQuad(time, from, change, duration); in ease()2300 private float easeOutQuad(long time, float from, float change, long duration) { in easeOutQuad() method