Searched defs:setValueImpl (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ | ||
H A D | DirectAudioDevice.java | 885 setValueImpl(newValue); 886 panControl.setValueImpl(newValue); 890 void setValueImpl(float newValue) { method in class:DirectAudioDevice.DirectDL.Balance 904 setValueImpl(newValue); 905 balanceControl.setValueImpl(newValue); 908 void setValueImpl(float newValue) { method in class:DirectAudioDevice.DirectDL.Pan |
Completed in 347 milliseconds