Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java387 mProgressTintInfo.mHasSecondaryProgressTint = true; in ProgressBar()
1037 if (mProgressTintInfo.mHasSecondaryProgressTint in applySecondaryProgressTint()
1041 if (mProgressTintInfo.mHasSecondaryProgressTint) { in applySecondaryProgressTint()
1307 mProgressTintInfo.mHasSecondaryProgressTint = true; in setSecondaryProgressTintList()
2372 boolean mHasSecondaryProgressTint; field in ProgressBar.ProgressTintInfo