Searched refs:mProgressTintInfo (Results 1 – 2 of 2) sorted by relevance
236 private ProgressTintInfo mProgressTintInfo; field in ProgressBar350 if (mProgressTintInfo == null) { in ProgressBar()351 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()353 mProgressTintInfo.mProgressBlendMode = Drawable.parseBlendMode(a.getInt( in ProgressBar()355 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()359 if (mProgressTintInfo == null) { in ProgressBar()360 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()362 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()364 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()368 if (mProgressTintInfo == null) { in ProgressBar()[all …]
68039 Landroid/widget/ProgressBar;->mProgressTintInfo:Landroid/widget/ProgressBar$ProgressTintInfo;