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.java143 float[] yArray = getYPosition(); in testSetValues() local
144 assertResults(yArray, mStartY, mEndY); in testSetValues()
254 float[] yArray = getYPosition(); in testOfFloat() local
255 assertResults(yArray, mStartY, mEndY); in testOfFloat()
272 float[] yArray = getYPosition(); in testOfFloat_Property() local
273 assertResults(yArray, mStartY, mEndY); in testOfFloat_Property()
709 float[] yArray = getYPosition(); in testSetProperty() local
710 assertResults(yArray, mStartY, mEndY); in testSetProperty()
808 float[] yArray = new float[3]; in getYPosition() local
811 yArray[i] = y; in getYPosition()
[all …]
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1061 final byte[] yArray = mYBuffer.array(); in initYUVPlane()
1065 yArray[i * w + j] = clampY((i + j) & 0xff); in initYUVPlane()
1084 mYDirectBuffer.put(yArray); in initYUVPlane()