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

/frameworks/support/v4/donut/android/support/v4/view/
H A DTintableBackgroundView.java38 * @see #getSupportBackgroundTintList()
48 ColorStateList getSupportBackgroundTintList(); method in interface:TintableBackgroundView
H A DViewCompatBase.java36 ? ((TintableBackgroundView) view).getSupportBackgroundTintList()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java131 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatAutoCompleteTextView
133 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatButton.java111 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatButton
113 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatEditText.java109 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatEditText
111 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatMultiAutoCompleteTextView.java131 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatMultiAutoCompleteTextView
133 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatBackgroundHelper.java90 ColorStateList getSupportBackgroundTintList() { method in class:AppCompatBackgroundHelper
H A DAppCompatSpinner.java482 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatSpinner
484 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;

Completed in 67 milliseconds