Searched defs:playSoundEffect (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java129 playSoundEffect(SoundEffectConstants.CLICK);
215 playSoundEffect(SoundEffectConstants.CLICK);
234 public void playSoundEffect(int soundConstant) { method in class:KeyButtonView
235 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());
/frameworks/base/media/java/android/media/
H A DAudioManager.java1958 * @see #playSoundEffect(int)
1963 * @see #playSoundEffect(int)
1968 * @see #playSoundEffect(int)
1973 * @see #playSoundEffect(int)
1978 * @see #playSoundEffect(int)
1983 * @see #playSoundEffect(int)
1988 * @see #playSoundEffect(int)
1993 * @see #playSoundEffect(int)
1998 * @see #playSoundEffect(int)
2004 * @see #playSoundEffect(in
2028 public void playSoundEffect(int effectType) { method in class:AudioManager
2063 public void playSoundEffect(int effectType, int userId) { method in class:AudioManager
2099 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
H A DAudioService.java471 // volume applied to sound played with playSoundEffect()
2314 /** @see AudioManager#playSoundEffect(int) */
2315 public void playSoundEffect(int effectType) { method in class:AudioService
2319 /** @see AudioManager#playSoundEffect(int, float) */
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java308 * see {@link #playSoundEffect(int)}
4097 playSoundEffect(SoundEffectConstants
5327 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
5339 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
5342 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
5345 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
5348 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
5351 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java4779 playSoundEffect(SoundEffectConstants.CLICK);
6784 * @see #playSoundEffect(int)
6796 * @see #playSoundEffect(int)
17989 public void playSoundEffect(int soundConstant) { method in class:View
17993 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
20185 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks

Completed in 339 milliseconds