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

/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DCompoundButtonCompat.java91 public static void setButtonTintMode(@NonNull CompoundButton button, method in class:CompoundButtonCompat
94 button.setButtonTintMode(tintMode);
103 * @see #setButtonTintMode(CompoundButton, PorterDuff.Mode)
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCompoundButtonHelper.java72 CompoundButtonCompat.setButtonTintMode(mView,
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java329 public void setButtonTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:CompoundButton
339 * @see #setButtonTintMode(PorterDuff.Mode)

Completed in 81 milliseconds