HomeSort by relevance Sort by last modified time
    Searched full:mbackgroundtint (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatBackgroundHelper.java 37 private BackgroundTintInfo mBackgroundTint;
96 if (mBackgroundTint == null) {
97 mBackgroundTint = new BackgroundTintInfo();
102 mBackgroundTint.mOriginalTintList = tint;
103 mBackgroundTint.mTintList = null;
104 mBackgroundTint.mHasTintList = true;
116 if (mBackgroundTint != null && mBackgroundTint.mHasTintList) {
121 mView.getContext(), mBackgroundResId, mBackgroundTint.mOriginalTintList);
123 mBackgroundTint.mTintList = updated
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ViewBindingObject.java 25 private int mBackgroundTint = 0xFF00FF00;
70 return mBackgroundTint;
156 mBackgroundTint = 0xFFFF0000;
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 126 private ColorStateList mBackgroundTint;
159 mBackgroundTint = a.getColorStateList(R.styleable.FloatingActionButton_backgroundTint);
176 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode,
239 return mBackgroundTint;
249 if (mBackgroundTint != tint) {
250 mBackgroundTint = tint;
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java 123 public final int mbackgroundTint = 0;
    [all...]

Completed in 1374 milliseconds