Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java89 public int levelMin; field in VolumeDialogController.StreamState
101 rt.levelMin = levelMin; in copy()
166 .append('[').append(ss.levelMin).append("..").append(ss.levelMax) in toString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java890 final boolean vmute = row.ss.level == row.ss.levelMin; in initRow()
892 vmute ? row.lastAudibleLevel : row.ss.levelMin); in initRow()
1915 final int min = ss.levelMin * 100;
1942 iconRes = mShowLowMediaVolumeIcon && ss.level * 2 < (ss.levelMax + ss.levelMin)
2491 if (mRow.ss.levelMin > 0) {
2492 final int minProgress = mRow.ss.levelMin * 100;
H A DVolumeDialogControllerImpl.java561 streamStateW(stream).levelMin = getAudioManagerStreamMinVolume(stream);
1264 ss.levelMin = 0; in onRemoteUpdate()