Searched defs:COLOR_ALPHA (Results 1 - 1 of 1) sorted by path

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java63 private static final float COLOR_ALPHA = .8f; field in class:GlifPatternDrawable
64 // Int version of COLOR_ALPHA. (Range is 0 - 255)
65 private static final int COLOR_ALPHA_INT = (int) (COLOR_ALPHA * 255);
303 0, 0, 0, 1 - COLOR_ALPHA, r * COLOR_ALPHA,
304 0, 0, 0, 1 - COLOR_ALPHA, g * COLOR_ALPHA,
305 0, 0, 0, 1 - COLOR_ALPHA, b * COLOR_ALPHA,

Completed in 96 milliseconds