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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java53 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatAutoCompleteTextView
76 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mDrawableManager);
77 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
96 if (mBackgroundTintHelper != null) {
97 mBackgroundTintHelper.onSetBackgroundResource(resId);
104 if (mBackgroundTintHelper != null) {
105 mBackgroundTintHelper.onSetBackgroundDrawable(background);
117 if (mBackgroundTintHelper != null) {
118 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
131 return mBackgroundTintHelper !
[all...]
H A DAppCompatButton.java50 private final AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatButton
65 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mDrawableManager);
66 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
76 if (mBackgroundTintHelper != null) {
77 mBackgroundTintHelper.onSetBackgroundResource(resId);
84 if (mBackgroundTintHelper != null) {
85 mBackgroundTintHelper.onSetBackgroundDrawable(background);
97 if (mBackgroundTintHelper != null) {
98 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
111 return mBackgroundTintHelper !
[all...]
H A DAppCompatEditText.java48 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatEditText
63 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mDrawableManager);
64 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
74 if (mBackgroundTintHelper != null) {
75 mBackgroundTintHelper.onSetBackgroundResource(resId);
82 if (mBackgroundTintHelper != null) {
83 mBackgroundTintHelper.onSetBackgroundDrawable(background);
95 if (mBackgroundTintHelper != null) {
96 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
109 return mBackgroundTintHelper !
[all...]
H A DAppCompatImageButton.java45 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatImageButton
61 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, drawableManager);
62 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
77 if (mBackgroundTintHelper != null) {
78 mBackgroundTintHelper.onSetBackgroundResource(resId);
85 if (mBackgroundTintHelper != null) {
86 mBackgroundTintHelper.onSetBackgroundDrawable(background);
98 if (mBackgroundTintHelper != null) {
99 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
112 return mBackgroundTintHelper !
[all...]
H A DAppCompatImageView.java45 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatImageView
61 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, drawableManager);
62 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
77 if (mBackgroundTintHelper != null) {
78 mBackgroundTintHelper.onSetBackgroundResource(resId);
85 if (mBackgroundTintHelper != null) {
86 mBackgroundTintHelper.onSetBackgroundDrawable(background);
98 if (mBackgroundTintHelper != null) {
99 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
112 return mBackgroundTintHelper !
[all...]
H A DAppCompatMultiAutoCompleteTextView.java53 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatMultiAutoCompleteTextView
76 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mDrawableManager);
77 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
96 if (mBackgroundTintHelper != null) {
97 mBackgroundTintHelper.onSetBackgroundResource(resId);
104 if (mBackgroundTintHelper != null) {
105 mBackgroundTintHelper.onSetBackgroundDrawable(background);
117 if (mBackgroundTintHelper != null) {
118 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
131 return mBackgroundTintHelper !
[all...]
H A DAppCompatTextView.java48 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatTextView
63 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mDrawableManager);
64 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
74 if (mBackgroundTintHelper != null) {
75 mBackgroundTintHelper.onSetBackgroundResource(resId);
82 if (mBackgroundTintHelper != null) {
83 mBackgroundTintHelper.onSetBackgroundDrawable(background);
95 if (mBackgroundTintHelper != null) {
96 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
109 return mBackgroundTintHelper !
[all...]
H A DAppCompatSpinner.java82 private AppCompatBackgroundHelper mBackgroundTintHelper; field in class:AppCompatSpinner
203 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mDrawableManager);
290 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
461 if (mBackgroundTintHelper != null) {
462 mBackgroundTintHelper.onSetBackgroundResource(resId);
469 if (mBackgroundTintHelper != null) {
470 mBackgroundTintHelper.onSetBackgroundDrawable(background);
483 if (mBackgroundTintHelper != null) {
484 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
497 return mBackgroundTintHelper !
[all...]

Completed in 72 milliseconds