Searched refs:sliderProgressIcon (Results 1 – 1 of 1) sorted by relevance
856 final Drawable sliderProgressIcon = seekbarProgressDrawable.findDrawableByLayerId( in initRow() local858 row.sliderProgressIcon = sliderProgressIcon != null ? (AlphaTintDrawableWrapper) in initRow()859 ((RotateDrawable) sliderProgressIcon).getDrawable() : null; in initRow()2040 if (row.sliderProgressIcon != null) {2041 row.sliderProgressIcon.setTintList(bgTint);2557 private AlphaTintDrawableWrapper sliderProgressIcon;2580 if (sliderProgressIcon != null) {2581 sliderProgressIcon.setDrawable(view.getResources().getDrawable(iconRes, theme));