Searched refs:mProgressBackgroundTintMode (Results 1 – 1 of 1) sorted by relevance
336 mProgressTintInfo.mProgressBackgroundTintMode = Drawable.parseTintMode(a.getInt( in ProgressBar()811 target.setTintMode(mProgressTintInfo.mProgressBackgroundTintMode); in applyProgressBackgroundTint()990 mProgressTintInfo.mProgressBackgroundTintMode = tintMode; in setProgressBackgroundTintMode()1006 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintMode : null; in getProgressBackgroundTintMode()1879 PorterDuff.Mode mProgressBackgroundTintMode; field in ProgressBar.ProgressTintInfo