Home
last modified time | relevance | path

Searched defs:lStar (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DShades.java61 float lStar = (i == 6) ? MIDDLE_LSTAR : 100 - 10 * (i - 1); in of() local
/aosp12/frameworks/base/core/java/android/content/res/
H A DColorStateList.java326 public ColorStateList withLStar(float lStar) { in withLStar()
368 final float lStar = a.getFloat(R.styleable.ColorStateListItem_lStar, -1.0f); in inflate() local
497 final float lStar = a.getFloat( in applyTheme() local
549 private int modulateColor(int baseColor, float alphaMod, float lStar) { in modulateColor()