Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java361 final int color = modulateColorAlpha(baseColor, alphaMod); in inflate()
458 mColors[i] = modulateColorAlpha(baseColor, alphaMod); in applyTheme()
508 private int modulateColorAlpha(int baseColor, float alphaMod) { in modulateColorAlpha() method in ColorStateList