Searched refs:getTintTarget (Results 1 – 1 of 1) sorted by relevance
839 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