Searched refs:mSecondaryProgressBlendMode (Results 1 – 1 of 1) sorted by relevance
382 mProgressTintInfo.mSecondaryProgressBlendMode = Drawable.parseBlendMode( in ProgressBar()1052 target.setTintBlendMode(mProgressTintInfo.mSecondaryProgressBlendMode); in applySecondaryProgressTint()1372 mProgressTintInfo.mSecondaryProgressBlendMode = blendMode; in setSecondaryProgressTintBlendMode()1408 return mProgressTintInfo != null ? mProgressTintInfo.mSecondaryProgressBlendMode : null; in getSecondaryProgressTintBlendMode()2403 BlendMode mSecondaryProgressBlendMode; field in ProgressBar.ProgressTintInfo