Searched refs:sliderProgressIcon (Results 1 – 1 of 1) sorted by relevance
731 final Drawable sliderProgressIcon = seekbarProgressDrawable.findDrawableByLayerId( in initRow() local733 row.sliderProgressIcon = sliderProgressIcon != null ? (AlphaTintDrawableWrapper) in initRow()734 ((RotateDrawable) sliderProgressIcon).getDrawable() : null; in initRow()1776 if (row.sliderProgressIcon != null) {1777 row.sliderProgressIcon.setTintList(bgTint);2224 private AlphaTintDrawableWrapper sliderProgressIcon; field in VolumeDialogImpl.VolumeRow2248 if (sliderProgressIcon != null) { in setIcon()2249 sliderProgressIcon.setDrawable(view.getResources().getDrawable(iconRes, theme)); in setIcon()