Searched refs:mSecondaryProgressTintMode (Results 1 – 1 of 1) sorted by relevance
378 mProgressTintInfo.mSecondaryProgressTintMode = Drawable.parseTintMode( in ProgressBar()922 target.setTintMode(mProgressTintInfo.mSecondaryProgressTintMode); in applySecondaryProgressTint()1156 mProgressTintInfo.mSecondaryProgressTintMode = tintMode; in setSecondaryProgressTintMode()1175 return mProgressTintInfo != null ? mProgressTintInfo.mSecondaryProgressTintMode : null; in getSecondaryProgressTintMode()2031 PorterDuff.Mode mSecondaryProgressTintMode; field in ProgressBar.ProgressTintInfo