Searched defs:setAlphaComponent (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java125 int testForeground = setAlphaComponent(foreground, 255);
141 testForeground = setAlphaComponent(foreground, testAlpha);
295 public static int setAlphaComponent(@ColorInt int color, method in class:ColorUtils
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java122 background = setAlphaComponent(background, 255);
123 final int leastContrastyColor = setAlphaComponent(foreground, 255);
128 testBackground = setAlphaComponent(testBackground, 255);
151 int testForeground = setAlphaComponent(fg, alpha);
161 foreground = setAlphaComponent(foreground, 255);
339 public static int setAlphaComponent(@ColorInt int color, method in class:ColorUtils

Completed in 84 milliseconds