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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java158 playSoundEffect(SoundEffectConstants.CLICK);
215 playSoundEffect(SoundEffectConstants.CLICK);
232 public void playSoundEffect(int soundConstant) { method in class:KeyButtonView
233 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());
/frameworks/base/media/java/android/media/
H A DAudioManager.java1831 * @see #playSoundEffect(int)
1836 * @see #playSoundEffect(int)
1841 * @see #playSoundEffect(int)
1846 * @see #playSoundEffect(int)
1851 * @see #playSoundEffect(int)
1856 * @see #playSoundEffect(int)
1861 * @see #playSoundEffect(int)
1866 * @see #playSoundEffect(int)
1871 * @see #playSoundEffect(int)
1877 * @see #playSoundEffect(in
1901 public void playSoundEffect(int effectType) { method in class:AudioManager
1936 public void playSoundEffect(int effectType, int userId) { method in class:AudioManager
1972 public void playSoundEffect(int effectType, float volume) { method in class:AudioManager
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java496 // volume applied to sound played with playSoundEffect()
2507 /** @see AudioManager#playSoundEffect(int) */
2508 public void playSoundEffect(int effectType) { method in class:AudioService
2512 /** @see AudioManager#playSoundEffect(int, float) */
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java365 * see {@link #playSoundEffect(int)}
4404 playSoundEffect(SoundEffectConstants
5714 public void playSoundEffect(int effectId) { method in class:ViewRootImpl
5722 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
5725 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
5728 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
5731 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
5734 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
H A DView.java5608 playSoundEffect(SoundEffectConstants.CLICK);
8090 * @see #playSoundEffect(int)
8102 * @see #playSoundEffect(int)
20184 public void playSoundEffect(int soundConstant) { method in class:View
20188 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
22620 void playSoundEffect(int effectId); method in interface:View.AttachInfo.Callbacks

Completed in 671 milliseconds