Searched refs:aOne (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | InterpolatorTest.java | 188 final float[] aOne = new float[] {1.0f}; in testSetKeyFrame() local 192 interpolator.setKeyFrame(1, 4000, aOne); in testSetKeyFrame() 211 interpolator.setKeyFrame(1, 4000, aOne, linearBlend); in testSetKeyFrame() 218 interpolator.setKeyFrame(1, 4000, aOne, accelerateBlend); in testSetKeyFrame() 226 interpolator.setKeyFrame(1, 4000, aOne); in testSetKeyFrame() 233 interpolator.setKeyFrame(1, 4000, aOne); in testSetKeyFrame()
|