Home
last modified time | relevance | path

Searched refs:startColor (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DAlphaTestView.java52 public void setStartColor(int startColor) { in setStartColor() argument
53 mStartColor = startColor; in setStartColor()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java194 int startColor = 0xFFFF8080; in testOfObject() local
197 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testOfObject()
205 assertTrue(Color.red(color) <= Color.red(startColor)); in testOfObject()
208 assertTrue(Color.blue(color) >= Color.blue(startColor)); in testOfObject()
342 int startColor = mActivity.view.RED; in testGetPropertyName() local
344 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testGetPropertyName()
387 int startColor = mActivity.view.RED; in testGetTarget() local
389 Object[] values = {new Integer(startColor), new Integer(endColor)}; in testGetTarget()
DPropertyValuesHolderTest.java298 int startColor = mActivity.view.RED; 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/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt1550 field public static final int startColor = 16843165; // 0x101019d