Home
last modified time | relevance | path

Searched refs:playSoundEffect (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioService.aidl57 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java1168 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
1179 service.playSoundEffect(effectType); in playSoundEffect()
1203 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
DAudioService.java771 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService
1547 private void playSoundEffect(int effectType, int volume) { in playSoundEffect() method in AudioService.AudioHandler
1689 playSoundEffect(msg.arg1, msg.arg2); in handleMessage()
/frameworks/base/core/java/android/widget/
DExpandableListView.java560 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
569 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
587 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
DGallery.java1106 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()
1112 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
DTabHost.java290 playSoundEffect(SoundEffectConstants.NAVIGATION_UP); in dispatchKeyEvent()
DAdapterView.java283 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
DSlidingDrawer.java451 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
DGridView.java1595 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
DListView.java2289 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java123 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/android/view/
DViewRoot.java2602playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in deliverKeyEventToViewHierarchy()
2666 public void playSoundEffect(int effectId) { in playSoundEffect() method in ViewRoot
2674 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()
DView.java2484 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
8654 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in View
8658 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()
9226 void playSoundEffect(int effectId); in playSoundEffect() method
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java604 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()
/frameworks/base/core/java/android/webkit/
DWebView.java4193 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));
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt361 NO DOC BLOCK: android.media.AudioManager Method playSoundEffect(int, float)