Searched refs:endColor (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 172 int endColor = 0xFF8080FF; in testOfObject() local 174 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testOfObject() 183 assertTrue(Color.red(color) >= Color.red(endColor)); in testOfObject() 186 assertTrue(Color.blue(color) <= Color.blue(endColor)); in testOfObject() 290 int endColor = mActivity.view.BLUE; in testGetPropertyName() local 291 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testGetPropertyName() 334 int endColor = mActivity.view.BLUE; in testGetTarget() local 335 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testGetTarget()
|
D | PropertyValuesHolderTest.java | 284 int endColor = mActivity.view.BLUE; in testOfInt_Property() local 285 int values[] = {startColor, endColor}; in testOfInt_Property() 303 int redMin = Math.min(Color.red(startColor), Color.red(endColor)); in testOfInt_Property() 304 int redMax = Math.max(Color.red(startColor), Color.red(endColor)); in testOfInt_Property() 305 int blueMin = Math.min(Color.blue(startColor), Color.blue(endColor)); in testOfInt_Property() 306 int blueMax = Math.max(Color.blue(startColor), Color.blue(endColor)); in testOfInt_Property()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedVectorDrawableParameterizedTest.java | 224 int endColor = bitmap.getPixel(IMAGE_WIDTH / 2, IMAGE_HEIGHT / 2); in testSingleFrameAnimation() local 225 assertEquals("Center point's color must be green", 0xFF00FF00, endColor); in testSingleFrameAnimation()
|