OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mKeypressSoundVolume
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java
105
mAudioManager.playSoundEffect(sound, mSettingsValues.
mKeypressSoundVolume
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java
91
public final float
mKeypressSoundVolume
;
159
mKeypressSoundVolume
= Settings.readKeypressSoundVolume(prefs, res);
215
mKeypressSoundVolume
= 1;
Completed in 163 milliseconds