Home
last modified time | relevance | path

Searched refs:sliderProgressIcon (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java856 final Drawable sliderProgressIcon = seekbarProgressDrawable.findDrawableByLayerId( in initRow() local
858 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));