Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java180 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()
212 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
260 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
262 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.java138 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DGallery.java1247 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()
1253 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
DTabHost.java386 playSoundEffect(soundEffect); in dispatchKeyEvent()
DAdapterView.java317 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
DSlidingDrawer.java473 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
DGridView.java1867 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
1925 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
DActionMenuPresenter.java886 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DSwitch.java1033 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
DListView.java2644 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
/frameworks/base/media/java/android/media/
DIAudioService.aidl98 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java1880 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
1891 service.playSoundEffect(effectType); in playSoundEffect()
1915 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() method in AudioManager
1926 service.playSoundEffect(effectType); in playSoundEffect()
1951 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java141 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1068 boolean playSoundEffect = false; in onKeyUpPanel()
1074 playSoundEffect = mDecorContentParent.showOverflowMenu(); in onKeyUpPanel()
1077 playSoundEffect = mDecorContentParent.hideOverflowMenu(); in onKeyUpPanel()
1084 playSoundEffect = st.isOpen; in onKeyUpPanel()
1105 playSoundEffect = true; in onKeyUpPanel()
1110 if (playSoundEffect) { in onKeyUpPanel()
1114 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in onKeyUpPanel()
/frameworks/base/core/java/android/app/
DMediaRouteButton.java186 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteButton.java302 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4677 playSoundEffect(SoundEffectConstants in performFocusNavigation()
4714 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()
4722 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()
6151 public void playSoundEffect(int effectId) { in playSoundEffect() method in ViewRootImpl
6159 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect()
6162 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in playSoundEffect()
6165 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in playSoundEffect()
6168 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in playSoundEffect()
6171 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in playSoundEffect()
DView.java6293 playSoundEffect(SoundEffectConstants.CLICK);
22536 public void playSoundEffect(int soundConstant) {
22540 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
25167 void playSoundEffect(int effectId);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuPresenter.java688 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DSwitchCompat.java1012 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1535 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1517 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2526 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java2845 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));

12