Searched defs:playSoundEffect (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java180 playSoundEffect(SoundEffectConstants.CLICK);
212 playSoundEffect(SoundEffectConstants.CLICK);
260 public void playSoundEffect(int soundConstant) { method in class:KeyButtonView
262 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());
/frameworks/base/media/java/android/media/
H A DAudioManager.java1810 * @see #playSoundEffect(int)
1815 * @see #playSoundEffect(int)
1820 * @see #playSoundEffect(int)
1825 * @see #playSoundEffect(int)
1830 * @see #playSoundEffect(int)
1835 * @see #playSoundEffect(int)
1840 * @see #playSoundEffect(int)
1845 * @see #playSoundEffect(int)
1850 * @see #playSoundEffect(int)
1856 * @see #playSoundEffect(in
1880 public void playSoundEffect(int effectType) { method in class:AudioManager
1915 public void playSoundEffect(int effectType, int userId) { method in class:AudioManager
1951 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java432 * see {@link #playSoundEffect(int)}
4677 playSoundEffect(SoundEffectConstants
4714 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
4722 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
6151 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
6159 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
6162 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
6165 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
6168 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
6171 audioManager.playSoundEffect(AudioManage
[all...]
H A DView.java6293 playSoundEffect(SoundEffectConstants.CLICK);
9583 * @see #playSoundEffect(int)
9595 * @see #playSoundEffect(int)
22536 public void playSoundEffect(int soundConstant) { method in class:View
22540 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
25167 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java526 // volume applied to sound played with playSoundEffect()
2733 /** @see AudioManager#playSoundEffect(int) */
2734 public void playSoundEffect(int effectType) { method in class:AudioService
2738 /** @see AudioManager#playSoundEffect(int, float) */

Completed in 3406 milliseconds