Searched refs:TintInfo (Results 1 – 5 of 5) sorted by relevance
26 import android.support.v7.internal.widget.TintInfo;36 private TintInfo mInternalBackgroundTint;37 private TintInfo mBackgroundTint;82 mBackgroundTint = new TintInfo(); in setSupportBackgroundTintList()96 mBackgroundTint = new TintInfo(); in setSupportBackgroundTintMode()121 mInternalBackgroundTint = new TintInfo(); in setInternalBackgroundTint()
50 import android.support.v7.internal.widget.TintInfo;
25 public class TintInfo { class
566 public static void tintViewBackground(View view, TintInfo tint) {
3361 private TintInfo mBackgroundTint;3382 static class TintInfo { class in View3391 private TintInfo mTintInfo;4259 mBackgroundTint = new TintInfo();4268 mBackgroundTint = new TintInfo();17354 mBackgroundTint = new TintInfo();17387 mBackgroundTint = new TintInfo();17411 final TintInfo tintInfo = mBackgroundTint;17562 mForegroundInfo.mTintInfo = new TintInfo();17599 mForegroundInfo.mTintInfo = new TintInfo();[all …]