Searched refs:toneVolume (Results 1 – 2 of 2) sorted by relevance
264 final int toneVolume; // Passed to the ToneGenerator constructor. in run() local273 toneVolume = RELATIVE_VOLUME_HIPRI; in run()280 toneVolume = RELATIVE_VOLUME_UNDEFINED; in run()291 toneVolume = RELATIVE_VOLUME_HIPRI; in run()297 toneVolume = RELATIVE_VOLUME_LOPRI; in run()303 toneVolume = RELATIVE_VOLUME_HIPRI; in run()309 toneVolume = RELATIVE_VOLUME_LOPRI; in run()315 toneVolume = RELATIVE_VOLUME_LOPRI; in run()321 toneVolume = RELATIVE_VOLUME_LOPRI; in run()327 toneVolume = RELATIVE_VOLUME_HIPRI; in run()[all …]
305 int toneVolume; // passed to the ToneGenerator constructor in run() local312 toneVolume = TONE_RELATIVE_VOLUME_HIPRI; in run()330 toneGenerator = new ToneGenerator(stream, toneVolume); in run()