Searched refs:mTintList (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintInfo.java23 public ColorStateList mTintList; field in class:TintInfo
29 mTintList = null;
H A DAppCompatBackgroundHelper.java85 mBackgroundTint.mTintList = tint;
92 return mBackgroundTint != null ? mBackgroundTint.mTintList : null;
135 mInternalBackgroundTint.mTintList = tint;
158 info.mTintList = tintList;
H A DAppCompatTextHelper.java181 tintInfo.mTintList = tintList;
H A DAppCompatDrawableManager.java637 tint.mHasTintList ? tint.mTintList : null,
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
H A DNavigationBarButton.java120 private ColorStateList mTintList = null; field in class:NavigationBarButton.TintedDrawable
139 mTintList = colors;
146 if (mTintList != null) {
147 final int color = mTintList.getColorForState(getState(), 0);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java75 private ColorStateList mTintList; field in class:Icon
273 if (result != null && (mTintList != null || mTintMode != DEFAULT_TINT_MODE)) {
275 result.setTintList(mTintList);
617 mTintList = tintList;
634 return (mTintList != null) || (mTintMode != DEFAULT_TINT_MODE);
678 if (mTintList != null) {
681 for (int c : mTintList.getColors()) {
733 mTintList = ColorStateList.CREATOR.createFromParcel(in);
758 if (mTintList == null) {
762 mTintList
[all...]
H A DDrawableContainer.java191 if (mDrawableContainerState.mTintList != tint) {
192 mDrawableContainerState.mTintList = tint;
525 d.setTintList(mDrawableContainerState.mTintList);
709 ColorStateList mTintList; field in class:DrawableContainer.DrawableContainerState
737 mTintList = orig.mTintList;
/frameworks/base/core/java/android/view/
H A DView.java3532 ColorStateList mTintList; field in class:View.TintInfo
4487 mBackgroundTint.mTintList = a.getColorStateList(
18268 mBackgroundTint.mTintList = tint;
18283 return mBackgroundTint != null ? mBackgroundTint.mTintList : null;
18328 mBackground.setTintList(tintInfo.mTintList);
18483 mForegroundInfo.mTintInfo.mTintList = tint;
18499 ? mForegroundInfo.mTintInfo.mTintList : null;
18549 mForegroundInfo.mDrawable.setTintList(tintInfo.mTintList);
/frameworks/base/core/java/android/widget/
H A DTextView.java366 ColorStateList mTintList; field in class:TextView.Drawables
1357 mDrawables.mTintList = drawableTint;
2647 mDrawables.mTintList = tint;
2659 return mDrawables != null ? mDrawables.mTintList : null;
2702 final ColorStateList tintList = mDrawables.mTintList;

Completed in 594 milliseconds