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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanelTitle.java79 playSoundEffect(SoundEffectConstants.CLICK);
H A DTabletStatusBar.java1349 v.playSoundEffect(SoundEffectConstants.CLICK);
1453 v.playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl89 oneway void playSoundEffect(int effectType);
H A DAudioManager.java1566 * @see #playSoundEffect(int)
1571 * @see #playSoundEffect(int)
1576 * @see #playSoundEffect(int)
1581 * @see #playSoundEffect(int)
1586 * @see #playSoundEffect(int)
1591 * @see #playSoundEffect(int)
1596 * @see #playSoundEffect(int)
1601 * @see #playSoundEffect(int)
1606 * @see #playSoundEffect(int)
1629 public void playSoundEffect(in method in class:AudioManager
1664 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
H A DAudioService.java383 // volume applied to sound played with playSoundEffect()
1428 /** @see AudioManager#playSoundEffect(int) */
1429 public void playSoundEffect(int effectType) { method in class:AudioService
1434 /** @see AudioManager#playSoundEffect(int, float) */
2870 private void playSoundEffect(int effectType, int volume) { method in class:AudioService.AudioHandler
3041 playSoundEffect(msg.arg1, msg.arg2);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java555 playSoundEffect(SoundEffectConstants.CLICK);
564 playSoundEffect(SoundEffectConstants.CLICK);
582 playSoundEffect(SoundEffectConstants.CLICK);
H A DTabHost.java310 playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
H A DGallery.java1194 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
1200 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
H A DAdapterView.java294 playSoundEffect(SoundEffectConstants.CLICK);
H A DSlidingDrawer.java452 playSoundEffect(SoundEffectConstants.CLICK);
H A DGridView.java1764 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
1822 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
H A DListView.java2347 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java127 playSoundEffect(SoundEffectConstants.CLICK);
H A DActionMenuPresenter.java567 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java254 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java109 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java151 mIcons[nextFocus].playSoundEffect(
H A DPhoneWindow.java788 boolean playSoundEffect = false;
795 playSoundEffect = mActionBar.showOverflowMenu();
798 playSoundEffect = mActionBar.hideOverflowMenu();
806 playSoundEffect = st.isOpen;
827 playSoundEffect = true;
832 if (playSoundEffect) {
836 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java310 * see {@link #playSoundEffect(int)}
3647 playSoundEffect(SoundEffectConstants
3860 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
3868 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
3871 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
3874 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
3877 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
3880 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java4083 playSoundEffect(SoundEffectConstants.CLICK);
5599 * @see #playSoundEffect(int)
5611 * @see #playSoundEffect(int)
15578 public void playSoundEffect(int soundConstant) { method in class:View
15582 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
17235 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2287 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java1330 mWebView.playSoundEffect(SoundEffectConstants.CLICK);
8379 mWebView.playSoundEffect(sound);

Completed in 403 milliseconds