Home
last modified time | relevance | path

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

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