HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundTintHelper (Results 1 - 9 of 9) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatImageButton.java 48 private AppCompatBackgroundHelper mBackgroundTintHelper;
62 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
63 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
78 if (mBackgroundTintHelper != null) {
79 mBackgroundTintHelper.onSetBackgroundResource(resId);
86 if (mBackgroundTintHelper != null) {
87 mBackgroundTintHelper.onSetBackgroundDrawable(background);
100 if (mBackgroundTintHelper != null) {
101 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
115 return mBackgroundTintHelper != nul
    [all...]
AppCompatImageView.java 48 private AppCompatBackgroundHelper mBackgroundTintHelper;
62 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
63 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
87 if (mBackgroundTintHelper != null) {
88 mBackgroundTintHelper.onSetBackgroundResource(resId);
95 if (mBackgroundTintHelper != null) {
96 mBackgroundTintHelper.onSetBackgroundDrawable(background);
109 if (mBackgroundTintHelper != null) {
110 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
124 return mBackgroundTintHelper != nul
    [all...]
AppCompatButton.java 52 private final AppCompatBackgroundHelper mBackgroundTintHelper;
66 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
67 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
77 if (mBackgroundTintHelper != null) {
78 mBackgroundTintHelper.onSetBackgroundResource(resId);
85 if (mBackgroundTintHelper != null) {
86 mBackgroundTintHelper.onSetBackgroundDrawable(background);
99 if (mBackgroundTintHelper != null) {
100 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
114 return mBackgroundTintHelper != nul
    [all...]
AppCompatEditText.java 50 private AppCompatBackgroundHelper mBackgroundTintHelper;
64 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
65 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
75 if (mBackgroundTintHelper != null) {
76 mBackgroundTintHelper.onSetBackgroundResource(resId);
83 if (mBackgroundTintHelper != null) {
84 mBackgroundTintHelper.onSetBackgroundDrawable(background);
97 if (mBackgroundTintHelper != null) {
98 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
112 return mBackgroundTintHelper != nul
    [all...]
AppCompatTextView.java 50 private AppCompatBackgroundHelper mBackgroundTintHelper;
64 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
65 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
75 if (mBackgroundTintHelper != null) {
76 mBackgroundTintHelper.onSetBackgroundResource(resId);
83 if (mBackgroundTintHelper != null) {
84 mBackgroundTintHelper.onSetBackgroundDrawable(background);
97 if (mBackgroundTintHelper != null) {
98 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
112 return mBackgroundTintHelper != nul
    [all...]
AppCompatAutoCompleteTextView.java 56 private AppCompatBackgroundHelper mBackgroundTintHelper;
77 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
78 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
93 if (mBackgroundTintHelper != null) {
94 mBackgroundTintHelper.onSetBackgroundResource(resId);
101 if (mBackgroundTintHelper != null) {
102 mBackgroundTintHelper.onSetBackgroundDrawable(background);
115 if (mBackgroundTintHelper != null) {
116 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
130 return mBackgroundTintHelper != nul
    [all...]
AppCompatMultiAutoCompleteTextView.java 56 private AppCompatBackgroundHelper mBackgroundTintHelper;
77 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
78 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
93 if (mBackgroundTintHelper != null) {
94 mBackgroundTintHelper.onSetBackgroundResource(resId);
101 if (mBackgroundTintHelper != null) {
102 mBackgroundTintHelper.onSetBackgroundDrawable(background);
115 if (mBackgroundTintHelper != null) {
116 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
130 return mBackgroundTintHelper != nul
    [all...]
AppCompatSpinner.java 83 private AppCompatBackgroundHelper mBackgroundTintHelper;
203 mBackgroundTintHelper = new AppCompatBackgroundHelper(this);
290 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
461 if (mBackgroundTintHelper != null) {
462 mBackgroundTintHelper.onSetBackgroundResource(resId);
469 if (mBackgroundTintHelper != null) {
470 mBackgroundTintHelper.onSetBackgroundDrawable(background);
484 if (mBackgroundTintHelper != null) {
485 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
499 return mBackgroundTintHelper != nul
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 203 milliseconds