Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java731 final Drawable sliderProgressIcon = seekbarProgressDrawable.findDrawableByLayerId( in initRow() local
733 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.VolumeRow
2248 if (sliderProgressIcon != null) { in setIcon()
2249 sliderProgressIcon.setDrawable(view.getResources().getDrawable(iconRes, theme)); in setIcon()