Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DColorStateList.java471 final float defaultAlphaMod; in applyTheme() local
477 defaultAlphaMod = Color.alpha(mColors[i]) / 255.0f; in applyTheme()
482 defaultAlphaMod = 1.0f; in applyTheme()
496 R.styleable.ColorStateListItem_alpha, defaultAlphaMod); in applyTheme()