Searched refs:levelMin (Results 1 – 3 of 3) sorted by relevance
89 public int levelMin; field in VolumeDialogController.StreamState101 rt.levelMin = levelMin; in copy()166 .append('[').append(ss.levelMin).append("..").append(ss.levelMax) in toString()
890 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;
561 streamStateW(stream).levelMin = getAudioManagerStreamMinVolume(stream);1264 ss.levelMin = 0; in onRemoteUpdate()