Home
last modified time | relevance | path

Searched refs:endColor (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DAlphaTestView.java57 public void setEndColor(int endColor) { in setEndColor() argument
58 mEndColor = endColor; in setEndColor()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java195 int endColor = 0xFF8080FF; in testOfObject() local
197 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testOfObject()
206 assertTrue(Color.red(color) >= Color.red(endColor)); in testOfObject()
209 assertTrue(Color.blue(color) <= Color.blue(endColor)); in testOfObject()
343 int endColor = mActivity.view.BLUE; in testGetPropertyName() local
344 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testGetPropertyName()
388 int endColor = mActivity.view.BLUE; in testGetTarget() local
389 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testGetTarget()
DPropertyValuesHolderTest.java299 int endColor = mActivity.view.BLUE; in testOfInt_Property() local
300 int values[] = {startColor, endColor}; in testOfInt_Property()
318 int redMin = Math.min(Color.red(startColor), Color.red(endColor)); in testOfInt_Property()
319 int redMax = Math.max(Color.red(startColor), Color.red(endColor)); in testOfInt_Property()
320 int blueMin = Math.min(Color.blue(startColor), Color.blue(endColor)); in testOfInt_Property()
321 int blueMax = Math.max(Color.blue(startColor), Color.blue(endColor)); in testOfInt_Property()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java232 int endColor = bitmap.getPixel(IMAGE_WIDTH / 2, IMAGE_HEIGHT / 2); in testSingleFrameAnimation() local
233 assertEquals("Center point's color must be green", 0xFF00FF00, endColor); in testSingleFrameAnimation()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt769 field public static final int endColor = 16843166; // 0x101019e