Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCompoundButton.java72 private ColorStateList mButtonTintList = null; field in CompoundButton
123 mButtonTintList = a.getColorStateList(R.styleable.CompoundButton_buttonTint); in CompoundButton()
381 mButtonTintList = tint; in setButtonTintList()
395 return mButtonTintList; in getButtonTintList()
461 mButtonDrawable.setTintList(mButtonTintList); in applyButtonTint()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65902 Landroid/widget/CompoundButton;->mButtonTintList:Landroid/content/res/ColorStateList;