Searched refs:mSecondaryProgressBlendMode (Results 1 – 1 of 1) sorted by relevance
376 mProgressTintInfo.mSecondaryProgressBlendMode = Drawable.parseBlendMode( in ProgressBar()1045 target.setTintBlendMode(mProgressTintInfo.mSecondaryProgressBlendMode); in applySecondaryProgressTint()1361 mProgressTintInfo.mSecondaryProgressBlendMode = blendMode; in setSecondaryProgressTintBlendMode()1397 return mProgressTintInfo != null ? mProgressTintInfo.mSecondaryProgressBlendMode : null; in getSecondaryProgressTintBlendMode()2371 BlendMode mSecondaryProgressBlendMode; field in ProgressBar.ProgressTintInfo