Searched refs:mProgressTintInfo (Results 1 – 1 of 1) sorted by relevance
193 private ProgressTintInfo mProgressTintInfo; field in ProgressBar302 if (mProgressTintInfo == null) { in ProgressBar()303 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()305 mProgressTintInfo.mProgressTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()307 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()311 if (mProgressTintInfo == null) { in ProgressBar()312 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()314 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()316 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()320 if (mProgressTintInfo == null) { in ProgressBar()[all …]