Searched refs:playSoundEffect (Results 1 – 16 of 16) sorted by relevance
57 oneway void playSoundEffect(int effectType); in playSoundEffect() method
1168 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager1179 service.playSoundEffect(effectType); in playSoundEffect()1203 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
771 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService1547 private void playSoundEffect(int effectType, int volume) { in playSoundEffect() method in AudioService.AudioHandler1689 playSoundEffect(msg.arg1, msg.arg2); in handleMessage()
560 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()569 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()587 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
1106 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()1112 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
290 playSoundEffect(SoundEffectConstants.NAVIGATION_UP); in dispatchKeyEvent()
283 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
451 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
1595 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
2289 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
123 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
2602 … playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in deliverKeyEventToViewHierarchy()2666 public void playSoundEffect(int effectId) { in playSoundEffect() method in ViewRoot2674 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect()2677 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in playSoundEffect()2680 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in playSoundEffect()2683 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in playSoundEffect()2686 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in playSoundEffect()
2484 playSoundEffect(SoundEffectConstants.CLICK); in performClick()8654 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in View8658 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()9226 void playSoundEffect(int effectId); in playSoundEffect() method
604 boolean playSoundEffect = false; in onKeyUpPanel()610 playSoundEffect = st.isOpen; in onKeyUpPanel()623 playSoundEffect = true; in onKeyUpPanel()626 if (playSoundEffect) { in onKeyUpPanel()630 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in onKeyUpPanel()
4193 playSoundEffect(keyCodeToSoundsEffect(keyCode)); in onKeyDown()4355 playSoundEffect(SoundEffectConstants.CLICK); in onKeyUp()5965 playSoundEffect(keyCodeToSoundsEffect(selectKeyCode)); in doTrackball()6367 playSoundEffect(SoundEffectConstants.CLICK); in doMotionUp()7734 playSoundEffect(keyCodeToSoundsEffect(keyCode));
361 NO DOC BLOCK: android.media.AudioManager Method playSoundEffect(int, float)