Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java305 int blueMin = Math.min(Color.blue(startColor), Color.blue(endColor)); in testOfInt_Property() local
309 assertTrue(Color.blue(animatedValue) >= blueMin); in testOfInt_Property()