Home
last modified time | relevance | path

Searched defs:expectedX (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java43 float expectedX = pos[0]; in assertPathMatches() local
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java397 float expectedX = fraction * (data.length - 1); in testOfMultiFloat_Array() local
491 int expectedX = Math.round(fraction * (data.length - 1)); in testOfMultiInt_Array() local
DObjectAnimatorTest.java574 float expectedX = fraction * (data.length - 1); in testOfMultiFloat() local
675 int expectedX = Math.round(fraction * (data.length - 1)); in testOfMultiInt() local