Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java352 mProgressTintInfo.mHasSecondaryProgressTint = true; in ProgressBar()
884 if (mProgressTintInfo.mHasSecondaryProgressTint in applySecondaryProgressTint()
888 if (mProgressTintInfo.mHasSecondaryProgressTint) { in applySecondaryProgressTint()
1090 mProgressTintInfo.mHasSecondaryProgressTint = true; in setSecondaryProgressTintList()
2064 boolean mHasSecondaryProgressTint; field in ProgressBar.ProgressTintInfo