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.java131 float[] yArray = getYPosition(); in testSetValues() local
132 assertResults(yArray, mStartY, mEndY); in testSetValues()
240 float[] yArray = getYPosition(); in testOfFloat() local
241 assertResults(yArray, mStartY, mEndY); in testOfFloat()
257 float[] yArray = getYPosition(); in testOfFloat_Property() local
258 assertResults(yArray, mStartY, mEndY); in testOfFloat_Property()
693 float[] yArray = getYPosition(); in testSetProperty() local
694 assertResults(yArray, mStartY, mEndY); in testSetProperty()
792 float[] yArray = new float[3]; in getYPosition() local
795 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()