Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DProgressBar.java866 final Drawable target = getTintTarget(R.id.progress, true); in applyPrimaryProgressTint()
891 final Drawable target = getTintTarget(R.id.background, false); in applyProgressBackgroundTint()
916 final Drawable target = getTintTarget(R.id.secondaryProgress, false); in applySecondaryProgressTint()
1187 private Drawable getTintTarget(int layerId, boolean shouldFallback) { in getTintTarget() method in ProgressBar