Searched refs:mProgressTintInfo (Results 1 – 1 of 1) sorted by relevance
221 private ProgressTintInfo mProgressTintInfo; field in ProgressBar315 if (mProgressTintInfo == null) { in ProgressBar()316 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()318 mProgressTintInfo.mProgressTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()320 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()324 if (mProgressTintInfo == null) { in ProgressBar()325 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()327 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()329 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()333 if (mProgressTintInfo == null) { in ProgressBar()[all …]