Searched refs:sliderProgressIcon (Results 1 – 1 of 1) sorted by relevance
880 final Drawable sliderProgressIcon = seekbarProgressDrawable.findDrawableByLayerId( in initRow() local882 row.sliderProgressIcon = sliderProgressIcon != null ? (AlphaTintDrawableWrapper) in initRow()883 ((RotateDrawable) sliderProgressIcon).getDrawable() : null; in initRow()2066 if (row.sliderProgressIcon != null) {2067 row.sliderProgressIcon.setTintList(bgTint);2650 private AlphaTintDrawableWrapper sliderProgressIcon;2673 if (sliderProgressIcon != null) {2674 sliderProgressIcon.setDrawable(view.getResources().getDrawable(iconRes, theme));