Searched refs:mProgressTintInfo (Results 1 – 1 of 1) sorted by relevance
223 private ProgressTintInfo mProgressTintInfo; field in ProgressBar326 if (mProgressTintInfo == null) { in ProgressBar()327 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()329 mProgressTintInfo.mProgressTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()331 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()335 if (mProgressTintInfo == null) { in ProgressBar()336 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()338 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()340 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()344 if (mProgressTintInfo == null) { in ProgressBar()[all …]