Searched refs:mProgressBackgroundTintList (Results 1 – 1 of 1) sorted by relevance
369 mProgressTintInfo.mProgressBackgroundTintList = a.getColorStateList( in ProgressBar()894 target.setTintList(mProgressTintInfo.mProgressBackgroundTintList); in applyProgressBackgroundTint()1041 mProgressTintInfo.mProgressBackgroundTintList = tint; in setProgressBackgroundTintList()1058 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintList : null; in getProgressBackgroundTintList()2025 ColorStateList mProgressBackgroundTintList; field in ProgressBar.ProgressTintInfo