Searched refs:MAX_MASTER_VOLUME (Results 1 – 1 of 1) sorted by relevance
238 private static final int MAX_MASTER_VOLUME = 100; field in AudioService1183 int volume = Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME); in adjustMasterVolume()1370 if (volume == MAX_MASTER_VOLUME) { in findVolumeDelta()1758 } else if (volume > MAX_MASTER_VOLUME) { in setMasterVolume()1759 volume = MAX_MASTER_VOLUME; in setMasterVolume()1761 doSetMasterVolume((float)volume / MAX_MASTER_VOLUME, flags); in setMasterVolume()1789 return MAX_MASTER_VOLUME; in getMasterMaxVolume()1801 return Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME); in getLastAudibleMasterVolume()