Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java279 int bDiff = Math.abs(Color.blue(color1) - Color.blue(color2)); in isAlmostIdenticalInRect() local
280 if (rDiff + gDiff + bDiff > 8) { in isAlmostIdenticalInRect()