Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java356 mProgressTintInfo.mProgressBackgroundTintList = a.getColorStateList( in ProgressBar()
867 target.setTintList(mProgressTintInfo.mProgressBackgroundTintList); in applyProgressBackgroundTint()
1014 mProgressTintInfo.mProgressBackgroundTintList = tint; in setProgressBackgroundTintList()
1031 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintList : null; in getProgressBackgroundTintList()
1929 ColorStateList mProgressBackgroundTintList; field in ProgressBar.ProgressTintInfo