Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java203 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()
243 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
275 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
320 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
322 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser()); in playSoundEffect()
/frameworks/base/core/java/android/widget/
DExpandableListView.java695 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
704 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
722 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
DGallery.java1263 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()
1269 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
DCompoundButton.java146 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DTabHost.java392 playSoundEffect(soundEffect); in dispatchKeyEvent()
DAdapterView.java329 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
DSlidingDrawer.java480 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
DGridView.java1887 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
1946 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
DActionMenuPresenter.java891 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DSwitch.java1122 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
DListView.java2662 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java142 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/media/java/android/media/
DIAudioService.aidl135 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java2257 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
2268 service.playSoundEffect(effectType); in playSoundEffect()
2292 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() method in AudioManager
2303 service.playSoundEffect(effectType); in playSoundEffect()
2328 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
/frameworks/base/core/java/android/app/
DMediaRouteButton.java186 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1087 boolean playSoundEffect = false; in onKeyUpPanel()
1093 playSoundEffect = mDecorContentParent.showOverflowMenu(); in onKeyUpPanel()
1096 playSoundEffect = mDecorContentParent.hideOverflowMenu(); in onKeyUpPanel()
1103 playSoundEffect = st.isOpen; in onKeyUpPanel()
1124 playSoundEffect = true; in onKeyUpPanel()
1129 if (playSoundEffect) { in onKeyUpPanel()
1133 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in onKeyUpPanel()
/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java120 /*package*/ void playSoundEffect(int effect, int volume) { in playSoundEffect() method in SoundEffectsHelper
DAudioService.java3504 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService
5512 mSfxHelper.playSoundEffect(msg.arg1, msg.arg2); in handleMessage()
/frameworks/base/core/java/android/view/
DViewRootImpl.java5523 playSoundEffect(SoundEffectConstants in performFocusNavigation()
5560 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()
5568 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()
7141 public void playSoundEffect(int effectId) { in playSoundEffect() method
7149 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect()
7152 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in playSoundEffect()
7155 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in playSoundEffect()
7158 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in playSoundEffect()
7161 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in playSoundEffect()
DView.java7262 playSoundEffect(SoundEffectConstants.CLICK);
25559 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in View
25563 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()
28325 void playSoundEffect(int effectId); in playSoundEffect() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java351 mAudioService.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD); in playTouchFeedback()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2532 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/config/
Dboot-image-profile.txt9335 HSPLandroid/media/AudioManager;->playSoundEffect(I)V
9454 HSPLandroid/media/IAudioService$Stub$Proxy;->playSoundEffect(I)V
17101 HSPLandroid/view/View;->playSoundEffect(I)V
17686 HSPLandroid/view/ViewRootImpl;->playSoundEffect(I)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14063 method public void playSoundEffect(int);
14064 method public void playSoundEffect(int, float);
33607 method public void playSoundEffect(int);
/frameworks/base/non-updatable-api/
Dcurrent.txt23564 method public void playSoundEffect(int);
23565 method public void playSoundEffect(int, float);
51828 method public void playSoundEffect(int);

12