Searched refs:lStar (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | ColorStateList.java | 326 public ColorStateList withLStar(float lStar) { in withLStar() argument 330 colors[i] = modulateColor(mColors[i], 1.0f /* alphaMod */, lStar); in withLStar() 368 final float lStar = a.getFloat(R.styleable.ColorStateListItem_lStar, -1.0f); in inflate() local 380 if (stateResId == R.attr.lStar) { in inflate() 399 final int color = modulateColor(baseColor, alphaMod, lStar); in inflate() 497 final float lStar = a.getFloat( in applyTheme() local 499 mColors[i] = modulateColor(baseColor, alphaMod, lStar); in applyTheme() 549 private int modulateColor(int baseColor, float alphaMod, float lStar) { in modulateColor() argument 550 final boolean validLStar = lStar >= 0.0f && lStar <= 100.0f; in modulateColor() 560 baseColor = ColorUtils.CAMToColor(baseCam.getHue(), baseCam.getChroma(), lStar); in modulateColor()
|
/frameworks/base/core/api/ |
D | current.txt | 875 field public static final int lStar = 16844359; // 0x1010647
|