Searched refs:mProgressTintInfo (Results 1 – 2 of 2) sorted by relevance
224 private ProgressTintInfo mProgressTintInfo; field in ProgressBar335 if (mProgressTintInfo == null) { in ProgressBar()336 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()338 mProgressTintInfo.mProgressBlendMode = Drawable.parseBlendMode(a.getInt( in ProgressBar()340 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()344 if (mProgressTintInfo == null) { in ProgressBar()345 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()347 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()349 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()353 if (mProgressTintInfo == null) { in ProgressBar()[all …]
89061 Landroid/widget/ProgressBar;->mProgressTintInfo:Landroid/widget/ProgressBar$ProgressTintInfo;