Searched refs:mTintList (Results 1 – 2 of 2) sorted by relevance
186 if (mDrawableContainerState.mTintList != tint) { in setTintList()187 mDrawableContainerState.mTintList = tint; in setTintList()497 d.setTintList(mDrawableContainerState.mTintList); in initializeDrawableForDisplay()669 ColorStateList mTintList; field in DrawableContainer.DrawableContainerState696 mTintList = orig.mTintList; in DrawableContainerState()
3218 ColorStateList mTintList; field in View.TintInfo4074 mBackgroundTint.mTintList = a.getColorStateList(16368 mBackgroundTint.mTintList = tint;16383 return mBackgroundTint != null ? mBackgroundTint.mTintList : null;16428 mBackground.setTintList(tintInfo.mTintList);