Searched refs:mProgressBackgroundTintMode (Results 1 – 1 of 1) sorted by relevance
323 mProgressTintInfo.mProgressBackgroundTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()867 target.setTintMode(mProgressTintInfo.mProgressBackgroundTintMode); in applyProgressBackgroundTint()1046 mProgressTintInfo.mProgressBackgroundTintMode = tintMode; in setProgressBackgroundTintMode()1062 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintMode : null; in getProgressBackgroundTintMode()2058 PorterDuff.Mode mProgressBackgroundTintMode; field in ProgressBar.ProgressTintInfo