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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java134 playSoundEffect(SoundEffectConstants.CLICK);
190 playSoundEffect(SoundEffectConstants.CLICK);
207 public void playSoundEffect(int soundConstant) { method in class:KeyButtonView
208 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl90 oneway void playSoundEffect(int effectType);
H A DAudioManager.java1833 * @see #playSoundEffect(int)
1838 * @see #playSoundEffect(int)
1843 * @see #playSoundEffect(int)
1848 * @see #playSoundEffect(int)
1853 * @see #playSoundEffect(int)
1858 * @see #playSoundEffect(int)
1863 * @see #playSoundEffect(int)
1868 * @see #playSoundEffect(int)
1873 * @see #playSoundEffect(int)
1879 * @see #playSoundEffect(in
1903 public void playSoundEffect(int effectType) { method in class:AudioManager
1938 public void playSoundEffect(int effectType, int userId) { method in class:AudioManager
1974 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java686 playSoundEffect(SoundEffectConstants.CLICK);
695 playSoundEffect(SoundEffectConstants.CLICK);
713 playSoundEffect(SoundEffectConstants.CLICK);
H A DCompoundButton.java126 playSoundEffect(SoundEffectConstants.CLICK);
H A DTabHost.java346 playSoundEffect(soundEffect);
H A DGallery.java1213 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
1219 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
H A DAdapterView.java309 playSoundEffect(SoundEffectConstants.CLICK);
H A DSlidingDrawer.java477 playSoundEffect(SoundEffectConstants.CLICK);
H A DGridView.java1877 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
1935 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
H A DActionMenuPresenter.java866 playSoundEffect(SoundEffectConstants.CLICK);
H A DSwitch.java1028 playSoundEffect(SoundEffectConstants.CLICK);
H A DListView.java2475 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java130 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java193 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedActionAdapter.java308 manager.playSoundEffect(soundEffect);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java287 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java983 boolean playSoundEffect = false;
989 playSoundEffect = mDecorContentParent.showOverflowMenu();
992 playSoundEffect = mDecorContentParent.hideOverflowMenu();
999 playSoundEffect = st.isOpen;
1020 playSoundEffect = true;
1025 if (playSoundEffect) {
1029 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java657 playSoundEffect(SoundEffectConstants.CLICK);
H A DSwitchCompat.java744 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java317 * see {@link #playSoundEffect(int)}
4204 playSoundEffect(SoundEffectConstants
5441 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
5449 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
5452 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
5455 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
5458 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
5461 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java5203 playSoundEffect(SoundEffectConstants.CLICK);
7521 * @see #playSoundEffect(int)
7533 * @see #playSoundEffect(int)
19247 public void playSoundEffect(int soundConstant) { method in class:View
19251 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
21494 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1406 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2535 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2662 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));

Completed in 2908 milliseconds

12