Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java91 float[] yArray = getYPosition(); in testSetValues() local
92 assertResults(yArray, mStartY, mEndY); in testSetValues()
212 float[] yArray = getYPosition(); in testOffloat() local
213 assertResults(yArray, mStartY, mEndY); in testOffloat()
228 float[] yArray = getYPosition(); in testOfFloat_Property() local
229 assertResults(yArray, mStartY, mEndY); in testOfFloat_Property()
291 float[] yArray = getYPosition(); in testSetProperty() local
292 assertResults(yArray, mStartY, mEndY); in testSetProperty()
390 float[] yArray = new float[3]; in getYPosition() local
393 yArray[i] = y; in getYPosition()
[all …]
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1224 final byte[] yArray = mYBuffer.array(); in initYUVPlane()
1228 yArray[i * w + j] = clampY((i + j) & 0xff); in initYUVPlane()
1247 mYDirectBuffer.put(yArray); in initYUVPlane()