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.java131 float[] yArray = getYPosition(); in testSetValues() local
240 float[] yArray = getYPosition(); in testOfFloat() local
257 float[] yArray = getYPosition(); in testOfFloat_Property() local
693 float[] yArray = getYPosition(); in testSetProperty() local
792 float[] yArray = new float[3]; in getYPosition() local
801 public void assertResults(float[] yArray,float startY, float endY) { in assertResults()