Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java306 int blueMax = Math.max(Color.blue(startColor), Color.blue(endColor)); in testOfInt_Property() local
310 assertTrue(Color.blue(animatedValue) <= blueMax); in testOfInt_Property()