Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java371 final float defaultAlphaMod; in applyTheme() local
377 defaultAlphaMod = Color.alpha(mColors[i]) / 255.0f; in applyTheme()
382 defaultAlphaMod = 1.0f; in applyTheme()
396 R.styleable.ColorStateListItem_alpha, defaultAlphaMod); in applyTheme()