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

/frameworks/base/media/java/android/media/
H A DAudioManager.java1566 * @see #playSoundEffect(int)
1571 * @see #playSoundEffect(int)
1576 * @see #playSoundEffect(int)
1581 * @see #playSoundEffect(int)
1586 * @see #playSoundEffect(int)
1591 * @see #playSoundEffect(int)
1596 * @see #playSoundEffect(int)
1601 * @see #playSoundEffect(int)
1606 * @see #playSoundEffect(int)
1629 public void playSoundEffect(in method in class:AudioManager
1664 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
H A DAudioService.java383 // volume applied to sound played with playSoundEffect()
1428 /** @see AudioManager#playSoundEffect(int) */
1429 public void playSoundEffect(int effectType) { method in class:AudioService
1434 /** @see AudioManager#playSoundEffect(int, float) */
2870 private void playSoundEffect(int effectType, int volume) { method in class:AudioService.AudioHandler
3041 playSoundEffect(msg.arg1, msg.arg2);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java310 * see {@link #playSoundEffect(int)}
3647 playSoundEffect(SoundEffectConstants
3860 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
3868 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
3871 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
3874 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
3877 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
3880 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java4083 playSoundEffect(SoundEffectConstants.CLICK);
5599 * @see #playSoundEffect(int)
5611 * @see #playSoundEffect(int)
15578 public void playSoundEffect(int soundConstant) { method in class:View
15582 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
17235 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks

Completed in 130 milliseconds