Searched refs:mProgressBackgroundTintMode (Results 1 – 1 of 1) sorted by relevance
360 mProgressTintInfo.mProgressBackgroundTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()897 target.setTintMode(mProgressTintInfo.mProgressBackgroundTintMode); in applyProgressBackgroundTint()1076 mProgressTintInfo.mProgressBackgroundTintMode = tintMode; in setProgressBackgroundTintMode()1092 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintMode : null; in getProgressBackgroundTintMode()2026 PorterDuff.Mode mProgressBackgroundTintMode; field in ProgressBar.ProgressTintInfo