Searched refs:mTintList (Results 1 – 6 of 6) sorted by relevance
108 private ColorStateList mTintList; field in Icon324 if (result != null && (mTintList != null || mBlendMode != DEFAULT_BLEND_MODE)) { in loadDrawable()326 result.setTintList(mTintList); in loadDrawable()690 mTintList = tintList; in setTintList()719 return (mTintList != null) || (mBlendMode != DEFAULT_BLEND_MODE); in hasTint()764 if (mTintList != null) { in toString()767 for (int c : mTintList.getColors()) { in toString()820 mTintList = ColorStateList.CREATOR.createFromParcel(in); in Icon()846 if (mTintList == null) { in writeToParcel()850 mTintList.writeToParcel(dest, flags); in writeToParcel()
189 if (mDrawableContainerState.mTintList != tint) { in setTintList()190 mDrawableContainerState.mTintList = tint; in setTintList()544 d.setTintList(mDrawableContainerState.mTintList); in initializeDrawableForDisplay()732 ColorStateList mTintList; field in DrawableContainer.DrawableContainerState764 mTintList = orig.mTintList; in DrawableContainerState()
64 private ColorStateList mTintList; field in SlashDrawable92 if (mTintList != null) mDrawable.setTintList(mTintList); in setDrawable()198 mTintList = tint; in setTintList()
4540 ColorStateList mTintList; field in View.TintInfo5720 mBackgroundTint.mTintList = a.getColorStateList(23431 mBackgroundTint.mTintList = tint; in setBackgroundTintList()23447 return mBackgroundTint != null ? mBackgroundTint.mTintList : null; in getBackgroundTintList()23534 mBackground.setTintList(tintInfo.mTintList); in applyBackgroundTint()23692 mForegroundInfo.mTintInfo.mTintList = tint; in setForegroundTintList()23709 ? mForegroundInfo.mTintInfo.mTintList : null; in getForegroundTintList()23800 mForegroundInfo.mDrawable.setTintList(tintInfo.mTintList); in applyForegroundTint()
494 ColorStateList mTintList; field in TextView.Drawables1553 mDrawables.mTintList = drawableTint;3285 mDrawables.mTintList = tint; in setCompoundDrawableTintList()3298 return mDrawables != null ? mDrawables.mTintList : null; in getCompoundDrawableTintList()3375 final ColorStateList tintList = mDrawables.mTintList; in applyCompoundDrawableTint()
19792 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mTintList:Landroid/content/re…19939 Landroid/graphics/drawable/Icon;->mTintList:Landroid/content/res/ColorStateList;77770 Landroid/view/View$TintInfo;->mTintList:Landroid/content/res/ColorStateList;84769 Landroid/widget/TextView$Drawables;->mTintList:Landroid/content/res/ColorStateList;