Searched refs:TintInfo (Results 1 – 8 of 8) sorted by relevance
36 private TintInfo mInternalBackgroundTint;37 private TintInfo mBackgroundTint;38 private TintInfo mTmpInfo;91 mBackgroundTint = new TintInfo(); in setSupportBackgroundTintList()104 mBackgroundTint = new TintInfo(); in setSupportBackgroundTintMode()139 mInternalBackgroundTint = new TintInfo(); in setInternalBackgroundTint()173 mTmpInfo = new TintInfo(); in applyFrameworkTintUsingColorFilter()175 final TintInfo info = mTmpInfo; in applyFrameworkTintUsingColorFilter()
40 private TintInfo mInternalImageTint;41 private TintInfo mImageTint;42 private TintInfo mTmpInfo;110 mImageTint = new TintInfo(); in setSupportImageTintList()123 mImageTint = new TintInfo(); in setSupportImageTintMode()162 mInternalImageTint = new TintInfo(); in setInternalImageTint()196 mTmpInfo = new TintInfo(); in applyFrameworkTintUsingColorFilter()198 final TintInfo info = mTmpInfo; in applyFrameworkTintUsingColorFilter()
50 private TintInfo mDrawableLeftTint;51 private TintInfo mDrawableTopTint;52 private TintInfo mDrawableRightTint;53 private TintInfo mDrawableBottomTint;264 final void applyCompoundDrawableTint(Drawable drawable, TintInfo info) { in applyCompoundDrawableTint()270 protected static TintInfo createTintInfo(Context context, in createTintInfo()274 final TintInfo tintInfo = new TintInfo(); in createTintInfo()
29 private TintInfo mDrawableStartTint;30 private TintInfo mDrawableEndTint;
22 class TintInfo { class
695 static void tintDrawable(Drawable drawable, TintInfo tint, int[] state) { in tintDrawable()
3978 private TintInfo mBackgroundTint;4011 static class TintInfo { class in View4020 private TintInfo mTintInfo;5056 mBackgroundTint = new TintInfo();5065 mBackgroundTint = new TintInfo();20469 mBackgroundTint = new TintInfo();20502 mBackgroundTint = new TintInfo();20526 final TintInfo tintInfo = mBackgroundTint;20685 mForegroundInfo.mTintInfo = new TintInfo();20722 mForegroundInfo.mTintInfo = new TintInfo();[all …]
4509 android.view.View$TintInfo