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

/frameworks/support/compat/java/android/support/v4/view/
H A DTintableBackgroundView.java38 * @see #getSupportBackgroundTintList()
48 ColorStateList getSupportBackgroundTintList(); method in interface:TintableBackgroundView
H A DViewCompat.java807 ? ((TintableBackgroundView) view).getSupportBackgroundTintList()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatEditText.java111 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatEditText
113 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatAutoCompleteTextView.java129 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatAutoCompleteTextView
131 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatImageButton.java150 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatImageButton
152 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatImageView.java160 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatImageView
162 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatMultiAutoCompleteTextView.java129 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatMultiAutoCompleteTextView
131 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatButton.java119 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatButton
121 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatTextView.java123 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatTextView
125 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatBackgroundHelper.java98 ColorStateList getSupportBackgroundTintList() { method in class:AppCompatBackgroundHelper
H A DAppCompatSpinner.java499 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatSpinner
501 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;

Completed in 126 milliseconds