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

/frameworks/support/v4/donut/android/support/v4/view/
H A DTintableBackgroundView.java40 void setSupportBackgroundTintList(@Nullable ColorStateList tint); method in interface:TintableBackgroundView
52 * {@link #setSupportBackgroundTintList(ColorStateList)}} to the background
H A DViewCompatBase.java42 ((TintableBackgroundView) view).setSupportBackgroundTintList(tintList);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java117 public void setSupportBackgroundTintList(@Nullable ColorStateList tint) { method in class:AppCompatAutoCompleteTextView
119 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
H A DAppCompatButton.java97 public void setSupportBackgroundTintList(@Nullable ColorStateList tint) { method in class:AppCompatButton
99 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
H A DAppCompatEditText.java95 public void setSupportBackgroundTintList(@Nullable ColorStateList tint) { method in class:AppCompatEditText
97 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
H A DAppCompatMultiAutoCompleteTextView.java117 public void setSupportBackgroundTintList(@Nullable ColorStateList tint) { method in class:AppCompatMultiAutoCompleteTextView
119 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
H A DAppCompatBackgroundHelper.java80 void setSupportBackgroundTintList(ColorStateList tint) { method in class:AppCompatBackgroundHelper
H A DAppCompatSpinner.java468 public void setSupportBackgroundTintList(@Nullable ColorStateList tint) { method in class:AppCompatSpinner
470 mBackgroundTintHelper.setSupportBackgroundTintList(tint);

Completed in 76 milliseconds