Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/graphics/
DColorUtils.java125 int testForeground = setAlphaComponent(foreground, 255); in calculateMinimumAlpha() local
126 double testRatio = calculateContrast(testForeground, background); in calculateMinimumAlpha()
141 testForeground = setAlphaComponent(foreground, testAlpha); in calculateMinimumAlpha()
142 testRatio = calculateContrast(testForeground, background); in calculateMinimumAlpha()