Searched refs:currentVolume (Results 1 – 3 of 3) sorted by relevance
56 vh.currentVolume = convertView.findViewById(R.id.current_volume); in getView()67 vh.currentVolume.setText(String.valueOf(mVolumeList[position].mCurrent)); in getView()107 TextView currentVolume; field in VolumeAdapter.ViewHolder
135 final int currentVolume = getGroupVolume(zoneId, groupId);139 int minValue = Math.max(currentVolume - 1, getGroupMinVolume(zoneId, groupId));143 int maxValue = Math.min(currentVolume + 1, getGroupMaxVolume(zoneId, groupId));
555 int currentVolume = audioManager.getStreamVolume(AudioManager.STREAM_NOTIFICATION); in playNotificationSound() local557 volume = (currentVolume + 0.0f) / maxVolume; in playNotificationSound()