Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java345 mProgressTintInfo.mProgressBackgroundTintList = a.getColorStateList( in ProgressBar()
808 target.setTintList(mProgressTintInfo.mProgressBackgroundTintList); in applyProgressBackgroundTint()
955 mProgressTintInfo.mProgressBackgroundTintList = tint; in setProgressBackgroundTintList()
972 return mProgressTintInfo != null ? mProgressTintInfo.mProgressBackgroundTintList : null; in getProgressBackgroundTintList()
1878 ColorStateList mProgressBackgroundTintList; field in ProgressBar.ProgressTintInfo