Home | History | Annotate | Download | only in view

Lines Matching defs:playSoundEffect

458      * see {@link #playSoundEffect(int)}
4978 playSoundEffect(SoundEffectConstants
5015 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
5023 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
6576 public void playSoundEffect(int effectId) {
6584 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
6587 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
6590 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
6593 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
6596 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);