Searched refs:testBackground (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java125 int testBackground = blendARGB(leastContrastyColor, bg, alpha/255f);
128 testBackground = setAlphaComponent(testBackground, 255);
129 return calculateContrast(fg, testBackground);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DNavigationViewTest.java222 public void testBackground() { method in class:NavigationViewTest
534 // set by the current implementation (see disclaimer in testBackground)

Completed in 69 milliseconds