Searched refs:mButtonTintList (Results 1 – 2 of 2) sorted by relevance
72 private ColorStateList mButtonTintList = null; field in CompoundButton123 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()
65902 Landroid/widget/CompoundButton;->mButtonTintList:Landroid/content/res/ColorStateList;