Searched refs:mProgressTintInfo (Results 1 – 2 of 2) sorted by relevance
227 private ProgressTintInfo mProgressTintInfo; field in ProgressBar343 if (mProgressTintInfo == null) { in ProgressBar()344 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()346 mProgressTintInfo.mProgressBlendMode = Drawable.parseBlendMode(a.getInt( in ProgressBar()348 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()352 if (mProgressTintInfo == null) { in ProgressBar()353 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()355 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()357 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()361 if (mProgressTintInfo == null) { in ProgressBar()[all …]
72005 Landroid/widget/ProgressBar;->mProgressTintInfo:Landroid/widget/ProgressBar$ProgressTintInfo;