Searched refs:mSecondaryProgressBlendMode (Results 1 – 1 of 1) sorted by relevance
389 mProgressTintInfo.mSecondaryProgressBlendMode = Drawable.parseBlendMode( in ProgressBar()1062 target.setTintBlendMode(mProgressTintInfo.mSecondaryProgressBlendMode); in applySecondaryProgressTint()1382 mProgressTintInfo.mSecondaryProgressBlendMode = blendMode; in setSecondaryProgressTintBlendMode()1418 return mProgressTintInfo != null ? mProgressTintInfo.mSecondaryProgressBlendMode : null; in getSecondaryProgressTintBlendMode()2424 BlendMode mSecondaryProgressBlendMode; field in ProgressBar.ProgressTintInfo