Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java304 int redMax = Math.max(Color.red(startColor), Color.red(endColor)); in testOfInt_Property() local
308 assertTrue(Color.red(animatedValue) <= redMax); in testOfInt_Property()