Searched refs:mProgressTintInfo (Results 1 – 2 of 2) sorted by relevance
226 private ProgressTintInfo mProgressTintInfo; field in ProgressBar339 if (mProgressTintInfo == null) { in ProgressBar()340 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()342 mProgressTintInfo.mProgressBlendMode = Drawable.parseBlendMode(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 …]
83111 Landroid/widget/ProgressBar;->mProgressTintInfo:Landroid/widget/ProgressBar$ProgressTintInfo;