Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCompoundButton.java70 private ColorStateList mButtonTintList = null; field in CompoundButton
119 mButtonTintList = a.getColorStateList(R.styleable.CompoundButton_buttonTint); in CompoundButton()
312 mButtonTintList = tint; in setButtonTintList()
326 return mButtonTintList; in getButtonTintList()
391 mButtonDrawable.setTintList(mButtonTintList); in applyButtonTint()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80974 Landroid/widget/CompoundButton;->mButtonTintList:Landroid/content/res/ColorStateList;