Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java132 float[] yArray = getYPosition(); in testSetValues() local
241 float[] yArray = getYPosition(); in testOfFloat() local
258 float[] yArray = getYPosition(); in testOfFloat_Property() local
694 float[] yArray = getYPosition(); in testSetProperty() local
793 float[] yArray = new float[3]; in getYPosition() local
802 public void assertResults(float[] yArray,float startY, float endY) { in assertResults()