Home
last modified time | relevance | path

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

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