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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java57 private PorterDuff.Mode mButtonTintMode = null; field in class:CompoundButton
92 mButtonTintMode = Drawable.parseTintMode(a.getInt(
93 R.styleable.CompoundButton_buttonTintMode, -1), mButtonTintMode);
289 mButtonTintMode = tintMode;
302 return mButtonTintMode;
314 mButtonDrawable.setTintMode(mButtonTintMode);

Completed in 46 milliseconds