Home
last modified time | relevance | path

Searched refs:mHasSecondaryProgressTint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DProgressBar.java389 mProgressTintInfo.mHasSecondaryProgressTint = true; in ProgressBar()
914 if (mProgressTintInfo.mHasSecondaryProgressTint in applySecondaryProgressTint()
918 if (mProgressTintInfo.mHasSecondaryProgressTint) { in applySecondaryProgressTint()
1120 mProgressTintInfo.mHasSecondaryProgressTint = true; in setSecondaryProgressTintList()
2032 boolean mHasSecondaryProgressTint; field in ProgressBar.ProgressTintInfo