Searched refs:mProgressTintInfo (Results 1 – 1 of 1) sorted by relevance
223 private ProgressTintInfo mProgressTintInfo; field in ProgressBar337 if (mProgressTintInfo == null) { in ProgressBar()338 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()340 mProgressTintInfo.mProgressBlendMode = Drawable.parseBlendMode(a.getInt( in ProgressBar()342 mProgressTintInfo.mHasProgressTintMode = true; in ProgressBar()346 if (mProgressTintInfo == null) { in ProgressBar()347 mProgressTintInfo = new ProgressTintInfo(); in ProgressBar()349 mProgressTintInfo.mProgressTintList = a.getColorStateList( in ProgressBar()351 mProgressTintInfo.mHasProgressTint = true; in ProgressBar()355 if (mProgressTintInfo == null) { in ProgressBar()[all …]