Searched refs:mButtonTintList (Results 1 – 1 of 1) sorted by relevance
70 private ColorStateList mButtonTintList = null; field in CompoundButton121 mButtonTintList = a.getColorStateList(R.styleable.CompoundButton_buttonTint); in CompoundButton()352 mButtonTintList = tint; in setButtonTintList()366 return mButtonTintList; in getButtonTintList()431 mButtonDrawable.setTintList(mButtonTintList); in applyButtonTint()