Home | History | Annotate | Download | only in drawable

Lines Matching refs:mTintList

77     private ColorStateList mTintList;
277 if (result != null && (mTintList != null || mTintMode != DEFAULT_TINT_MODE)) {
279 result.setTintList(mTintList);
642 mTintList = tintList;
659 return (mTintList != null) || (mTintMode != DEFAULT_TINT_MODE);
704 if (mTintList != null) {
707 for (int c : mTintList.getColors()) {
760 mTintList = ColorStateList.CREATOR.createFromParcel(in);
786 if (mTintList == null) {
790 mTintList.writeToParcel(dest, flags);