Searched refs:testBackground (Results 1 – 2 of 2) sorted by relevance
127 int testBackground = blendARGB(leastContrastyColor, bg, alpha/255f); in calculateMinimumBackgroundAlpha()130 testBackground = setAlphaComponent(testBackground, 255); in calculateMinimumBackgroundAlpha()131 return calculateContrast(fg, testBackground); in calculateMinimumBackgroundAlpha()
211 public void testBackground() throws Exception { in testBackground() method in TaplTestsQuickstep