Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintManager.java163 int colorAttr = 0; in tintDrawable() local
167 colorAttr = R.attr.colorControlNormal; in tintDrawable()
170 colorAttr = R.attr.colorControlActivated; in tintDrawable()
173 colorAttr = android.R.attr.colorBackground; in tintDrawable()
177 colorAttr = android.R.attr.colorForeground; in tintDrawable()
186 final int color = getThemeAttrColor(colorAttr); in tintDrawable()