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.java132 float[] yArray = getYPosition(); in testSetValues() local
133 assertResults(yArray, mStartY, mEndY); in testSetValues()
241 float[] yArray = getYPosition(); in testOfFloat() local
242 assertResults(yArray, mStartY, mEndY); in testOfFloat()
258 float[] yArray = getYPosition(); in testOfFloat_Property() local
259 assertResults(yArray, mStartY, mEndY); in testOfFloat_Property()
694 float[] yArray = getYPosition(); in testSetProperty() local
695 assertResults(yArray, mStartY, mEndY); in testSetProperty()
793 float[] yArray = new float[3]; in getYPosition() local
796 yArray[i] = y; in getYPosition()
[all …]
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1325 final byte[] yArray = mYBuffer.array(); in initYUVPlane()
1329 yArray[i * w + j] = clampY((i + j) & 0xff); in initYUVPlane()
1348 mYDirectBuffer.put(yArray); in initYUVPlane()