Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/transition/
H A DArcMotion.java257 float arcDistY = dy - ey; in getPath() local
258 float arcDist2 = arcDistX * arcDistX + arcDistY * arcDistY; in getPath()