Searched refs:mTintStateList (Results 1 – 1 of 1) sorted by relevance
33 private final ColorStateList mTintStateList; field in TintDrawableWrapper42 mTintStateList = tintStateList; in TintDrawableWrapper()47 return (mTintStateList != null && mTintStateList.isStateful()) || super.isStateful(); in isStateful()56 if (mTintStateList != null) { in updateTint()57 final int color = mTintStateList.getColorForState(state, mCurrentColor); in updateTint()