Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DArcMotion.java225 float eDistY = Math.abs(h2 / (2 * deltaY)); in getPath() local
227 ey = endY + eDistY; in getPath()
230 ey = startY + eDistY; in getPath()
/frameworks/support/transition/src/android/support/transition/
DArcMotion.java225 float eDistY = Math.abs(h2 / (2 * deltaY)); in getPath() local
227 ey = endY + eDistY; in getPath()
230 ey = startY + eDistY; in getPath()