Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java376 mProgressTintInfo.mHasSecondaryProgressTint = true; in ProgressBar()
887 if (mProgressTintInfo.mHasSecondaryProgressTint in applySecondaryProgressTint()
891 if (mProgressTintInfo.mHasSecondaryProgressTint) { in applySecondaryProgressTint()
1093 mProgressTintInfo.mHasSecondaryProgressTint = true; in setSecondaryProgressTintList()
1936 boolean mHasSecondaryProgressTint; field in ProgressBar.ProgressTintInfo