Searched refs:getTintTarget (Results 1 – 1 of 1) sorted by relevance
780 final Drawable target = getTintTarget(R.id.progress, true); in applyPrimaryProgressTint()805 final Drawable target = getTintTarget(R.id.background, false); in applyProgressBackgroundTint()830 final Drawable target = getTintTarget(R.id.secondaryProgress, false); in applySecondaryProgressTint()1101 private Drawable getTintTarget(int layerId, boolean shouldFallback) { in getTintTarget() method in ProgressBar