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.java116 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()
172 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
189 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
190 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser()); in playSoundEffect()
/frameworks/base/core/java/android/widget/
DExpandableListView.java686 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
695 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
713 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
DCompoundButton.java126 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DGallery.java1213 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()
1219 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
DTabHost.java346 playSoundEffect(soundEffect); in dispatchKeyEvent()
DAdapterView.java309 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
DSlidingDrawer.java477 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
DGridView.java1875 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
1933 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
DActionMenuPresenter.java866 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DSwitch.java1028 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
DListView.java2473 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
/frameworks/base/media/java/android/media/
DIAudioService.aidl90 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java1903 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
1914 service.playSoundEffect(effectType); in playSoundEffect()
1938 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() method in AudioManager
1949 service.playSoundEffect(effectType); in playSoundEffect()
1974 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java130 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DGuidedActionAdapter.java308 manager.playSoundEffect(soundEffect); in playSound()
/frameworks/base/core/java/android/app/
DMediaRouteButton.java193 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteButton.java287 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java983 boolean playSoundEffect = false; in onKeyUpPanel()
989 playSoundEffect = mDecorContentParent.showOverflowMenu(); in onKeyUpPanel()
992 playSoundEffect = mDecorContentParent.hideOverflowMenu(); in onKeyUpPanel()
999 playSoundEffect = st.isOpen; in onKeyUpPanel()
1020 playSoundEffect = true; in onKeyUpPanel()
1025 if (playSoundEffect) { in onKeyUpPanel()
1029 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in onKeyUpPanel()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuPresenter.java657 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DSwitchCompat.java744 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4204 playSoundEffect(SoundEffectConstants in processKeyEvent()
5441 public void playSoundEffect(int effectId) { in playSoundEffect() method in ViewRootImpl
5449 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect()
5452 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in playSoundEffect()
5455 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in playSoundEffect()
5458 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in playSoundEffect()
5461 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in playSoundEffect()
DView.java5197 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
19241 public void playSoundEffect(int soundConstant) {
19245 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
21488 void playSoundEffect(int effectId);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java1406 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in onKeyUpPanel()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java2662 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2535 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));

12