HomeSort by relevance Sort by last modified time
    Searched refs:playSoundEffect (Results 1 - 25 of 64) sorted by null

1 2 3

  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 102 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
103 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
104 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
105 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
106 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
108 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume);
109 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume);
110 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume);
111 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume);
115 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 158 playSoundEffect(SoundEffectConstants.CLICK);
215 playSoundEffect(SoundEffectConstants.CLICK);
232 public void playSoundEffect(int soundConstant) {
233 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 177 playSoundEffect(keyCode, v);
187 playSoundEffect(keyCode, v);
328 playSoundEffect(keyCode, v);
492 playSoundEffect(keyCode, v);
513 @Thunk static void playSoundEffect(int keyCode, View v) {
516 v.playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
519 v.playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
524 v.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN);
529 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java 108 mAudioManager.playSoundEffect(sound, mSettingsValues.mKeypressSoundVolume);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IconEditor.java 74 v.playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 562 public void playSoundEffect(int soundConstant) {
563 super.playSoundEffect(soundConstant);
  /frameworks/base/media/java/android/media/
IAudioService.aidl 87 oneway void playSoundEffect(int effectType);
AudioManager.java     [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 686 playSoundEffect(SoundEffectConstants.CLICK);
695 playSoundEffect(SoundEffectConstants.CLICK);
713 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
CompoundButton.java 126 playSoundEffect(SoundEffectConstants.CLICK);
TabHost.java 346 playSoundEffect(soundEffect);
Gallery.java     [all...]
AdapterView.java 309 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
SlidingDrawer.java 475 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
GridView.java     [all...]
ActionMenuPresenter.java     [all...]
Switch.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 130 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdvancedSettingsFragment.java 220 am.playSoundEffect(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ActionAdapter.java 394 manager.playSoundEffect(FX_KEYPRESS_INVALID);
405 manager.playSoundEffect(AudioManager.FX_KEY_CLICK);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 194 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 288 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 687 playSoundEffect(SoundEffectConstants.CLICK);

Completed in 534 milliseconds

1 2 3