Searched refs:lStar (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/ |
H A D | Shades.java | 61 float lStar = (i == 6) ? MIDDLE_LSTAR : 100 - 10 * (i - 1); in of() local 62 shades[i] = ColorUtils.CAMToColor(hue, chroma, lStar); in of()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 1032 field public static final int lStar = 16844359; // 0x1010647
|