Searched refs:playSoundEffect (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanelTitle.java52 playSoundEffect(SoundEffectConstants.CLICK);
H A DTabletStatusBar.java1470 v.playSoundEffect(SoundEffectConstants.CLICK);
1574 v.playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl64 oneway void playSoundEffect(int effectType);
H A DAudioManager.java1305 * @see #playSoundEffect(int)
1310 * @see #playSoundEffect(int)
1315 * @see #playSoundEffect(int)
1320 * @see #playSoundEffect(int)
1325 * @see #playSoundEffect(int)
1330 * @see #playSoundEffect(int)
1335 * @see #playSoundEffect(int)
1340 * @see #playSoundEffect(int)
1345 * @see #playSoundEffect(int)
1368 public void playSoundEffect(in method in class:AudioManager
1403 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
H A DAudioService.java314 // default volume applied to sound played with playSoundEffect()
316 // volume applied to sound played with playSoundEffect() read from ro.config.sound_fx_volume
999 /** @see AudioManager#playSoundEffect(int) */
1000 public void playSoundEffect(int effectType) { method in class:AudioService
1005 /** @see AudioManager#playSoundEffect(int, float) */
2124 private void playSoundEffect(int effectType, int volume) { method in class:AudioService.AudioHandler
2278 playSoundEffect(msg.arg1, msg.arg2);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java554 playSoundEffect(SoundEffectConstants.CLICK);
563 playSoundEffect(SoundEffectConstants.CLICK);
581 playSoundEffect(SoundEffectConstants.CLICK);
H A DTabHost.java310 playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
H A DGallery.java1189 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
1195 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
H A DAdapterView.java288 playSoundEffect(SoundEffectConstants.CLICK);
H A DSlidingDrawer.java451 playSoundEffect(SoundEffectConstants.CLICK);
H A DGridView.java1750 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
1808 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
H A DListView.java2344 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java127 playSoundEffect(SoundEffectConstants.CLICK);
H A DActionMenuPresenter.java566 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java247 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java151 mIcons[nextFocus].playSoundEffect(
H A DPhoneWindow.java780 boolean playSoundEffect = false;
787 playSoundEffect = mActionBar.showOverflowMenu();
790 playSoundEffect = mActionBar.hideOverflowMenu();
798 playSoundEffect = st.isOpen;
819 playSoundEffect = true;
824 if (playSoundEffect) {
828 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java285 * see {@link #playSoundEffect(int)}
3398 playSoundEffect(
3609 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
3617 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
3620 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
3623 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
3626 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
3629 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java3510 playSoundEffect(SoundEffectConstants.CLICK);
4704 * @see #playSoundEffect(int)
4716 * @see #playSoundEffect(int)
13099 public void playSoundEffect(int soundConstant) { method in class:View
13103 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
14368 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks
/frameworks/base/core/java/android/webkit/
H A DWebView.java5273 playSoundEffect(keyCodeToSoundsEffect(keyCode));
5447 playSoundEffect(SoundEffectConstants.CLICK);
7141 playSoundEffect(keyCodeToSoundsEffect(selectKeyCode));
7541 playSoundEffect(SoundEffectConstants.CLICK);
9310 playSoundEffect(keyCodeToSoundsEffect(keyCode));
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1898 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));

Completed in 676 milliseconds