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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatAutoCompleteTextView.java 56 private AppCompatBackgroundHelper mBackgroundTintHelper;
78 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mTintManager);
79 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
97 if (mBackgroundTintHelper != null) {
98 mBackgroundTintHelper.onSetBackgroundResource(resId);
105 if (mBackgroundTintHelper != null) {
106 mBackgroundTintHelper.onSetBackgroundDrawable(background);
118 if (mBackgroundTintHelper != null) {
119 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
132 return mBackgroundTintHelper != nul
    [all...]
AppCompatButton.java 52 private final AppCompatBackgroundHelper mBackgroundTintHelper;
67 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mTintManager);
68 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 != nul
    [all...]
AppCompatEditText.java 50 private AppCompatBackgroundHelper mBackgroundTintHelper;
65 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mTintManager);
66 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
75 if (mBackgroundTintHelper != null) {
76 mBackgroundTintHelper.onSetBackgroundResource(resId);
83 if (mBackgroundTintHelper != null) {
84 mBackgroundTintHelper.onSetBackgroundDrawable(background);
96 if (mBackgroundTintHelper != null) {
97 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
110 return mBackgroundTintHelper != nul
    [all...]
AppCompatMultiAutoCompleteTextView.java 56 private AppCompatBackgroundHelper mBackgroundTintHelper;
78 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mTintManager);
79 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
97 if (mBackgroundTintHelper != null) {
98 mBackgroundTintHelper.onSetBackgroundResource(resId);
105 if (mBackgroundTintHelper != null) {
106 mBackgroundTintHelper.onSetBackgroundDrawable(background);
118 if (mBackgroundTintHelper != null) {
119 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
132 return mBackgroundTintHelper != nul
    [all...]
AppCompatSpinner.java 82 private AppCompatBackgroundHelper mBackgroundTintHelper;
203 mBackgroundTintHelper = new AppCompatBackgroundHelper(this, mTintManager);
281 mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
447 if (mBackgroundTintHelper != null) {
448 mBackgroundTintHelper.onSetBackgroundResource(resId);
455 if (mBackgroundTintHelper != null) {
456 mBackgroundTintHelper.onSetBackgroundDrawable(background);
469 if (mBackgroundTintHelper != null) {
470 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
483 return mBackgroundTintHelper != nul
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 628 milliseconds