Searched defs:destinationY (Results 1 – 2 of 2) sorted by relevance
309 float destinationX, float destinationY, float stiffness) { in springStack()331 public void springStackAfterFling(float destinationX, float destinationY) { in springStackAfterFling()
289 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget() local