Searched refs:mSecondaryProgressBlendMode (Results 1 – 1 of 1) sorted by relevance
378 mProgressTintInfo.mSecondaryProgressBlendMode = Drawable.parseBlendMode( in ProgressBar()1047 target.setTintBlendMode(mProgressTintInfo.mSecondaryProgressBlendMode); in applySecondaryProgressTint()1363 mProgressTintInfo.mSecondaryProgressBlendMode = blendMode; in setSecondaryProgressTintBlendMode()1399 return mProgressTintInfo != null ? mProgressTintInfo.mSecondaryProgressBlendMode : null; in getSecondaryProgressTintBlendMode()2368 BlendMode mSecondaryProgressBlendMode; field in ProgressBar.ProgressTintInfo