Searched refs:mButtonTintMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCompoundButtonHelper.java38 private PorterDuff.Mode mButtonTintMode = null; field in class:AppCompatCompoundButtonHelper
94 mButtonTintMode = tintMode;
101 return mButtonTintMode;
124 DrawableCompat.setTintMode(buttonDrawable, mButtonTintMode);
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java66 private PorterDuff.Mode mButtonTintMode = null; field in class:CompoundButton
105 mButtonTintMode = Drawable.parseTintMode(a.getInt(
106 R.styleable.CompoundButton_buttonTintMode, -1), mButtonTintMode);
330 mButtonTintMode = tintMode;
343 return mButtonTintMode;
355 mButtonDrawable.setTintMode(mButtonTintMode);

Completed in 46 milliseconds