Searched refs:mProgressTintInfo (Results 1 – 1 of 1) sorted by relevance
231 private ProgressTintInfo mProgressTintInfo; field in ProgressBar339 if (mProgressTintInfo == null) { in ProgressBar()340 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()342 mProgressTintInfo.mProgressTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()344 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()348 if (mProgressTintInfo == null) { in ProgressBar()349 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()351 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()353 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()357 if (mProgressTintInfo == null) { in ProgressBar()[all …]