Searched refs:mProgressBackgroundTintMode (Results 1 – 1 of 1) sorted by relevance
347 mProgressTintInfo.mProgressBackgroundTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()870 target.setTintMode(mProgressTintInfo.mProgressBackgroundTintMode); in applyProgressBackgroundTint()1049 mProgressTintInfo.mProgressBackgroundTintMode = tintMode; in setProgressBackgroundTintMode()1065 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintMode : null; in getProgressBackgroundTintMode()1930 PorterDuff.Mode mProgressBackgroundTintMode; field in ProgressBar.ProgressTintInfo