Searched defs:getSupportBackgroundTintList (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/view/
H A DTintableBackgroundView.java38 * @see #getSupportBackgroundTintList()
48 ColorStateList getSupportBackgroundTintList(); method in interface:TintableBackgroundView
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java130 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatAutoCompleteTextView
132 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatBackgroundHelper.java91 ColorStateList getSupportBackgroundTintList() { method in class:AppCompatBackgroundHelper
H A DAppCompatEditText.java108 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatEditText
110 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatImageButton.java111 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatImageButton
113 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatImageView.java111 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatImageView
113 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatMultiAutoCompleteTextView.java130 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatMultiAutoCompleteTextView
132 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatTextView.java108 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatTextView
110 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatButton.java110 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatButton
112 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;
H A DAppCompatSpinner.java496 public ColorStateList getSupportBackgroundTintList() { method in class:AppCompatSpinner
498 ? mBackgroundTintHelper.getSupportBackgroundTintList() : null;

Completed in 202 milliseconds