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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1670 * @see #playSoundEffect(int)
1675 * @see #playSoundEffect(int)
1680 * @see #playSoundEffect(int)
1685 * @see #playSoundEffect(int)
1690 * @see #playSoundEffect(int)
1695 * @see #playSoundEffect(int)
1700 * @see #playSoundEffect(int)
1705 * @see #playSoundEffect(int)
1710 * @see #playSoundEffect(int)
1716 * @see #playSoundEffect(in
1740 public void playSoundEffect(int effectType) { method in class:AudioManager
1776 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
H A DAudioService.java389 // volume applied to sound played with playSoundEffect()
1785 /** @see AudioManager#playSoundEffect(int) */
1786 public void playSoundEffect(int effectType) { method in class:AudioService
1790 /** @see AudioManager#playSoundEffect(int, float) */
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java298 * see {@link #playSoundEffect(int)}
3929 playSoundEffect(SoundEffectConstants
5174 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
5186 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
5189 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
5192 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
5195 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
5198 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java4437 playSoundEffect(SoundEffectConstants.CLICK);
6127 * @see #playSoundEffect(int)
6139 * @see #playSoundEffect(int)
16922 public void playSoundEffect(int soundConstant) { method in class:View
16926 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
18691 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks

Completed in 143 milliseconds