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

1 2

  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 97 method = "playSoundEffect",
102 method = "playSoundEffect",
125 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
126 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
127 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
128 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
129 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
131 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume);
132 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume);
133 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume)
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoundManager.java 61 mAudioManager.playSoundEffect(sound, FX_VOLUME);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java 52 playSoundEffect(SoundEffectConstants.CLICK);
TabletStatusBar.java     [all...]
  /frameworks/base/media/java/android/media/
IAudioService.aidl 64 oneway void playSoundEffect(int effectType);
AudioManager.java     [all...]
AudioService.java 314 // default volume applied to sound played with playSoundEffect()
316 // volume applied to sound played with playSoundEffect() read from ro.config.sound_fx_volume
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleInputMethodServiceProxy.java 148 mAudioManager.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, FX_VOLUME);
  /cts/tests/src/android/view/cts/
MockView.java 553 public void playSoundEffect(int soundConstant) {
554 super.playSoundEffect(soundConstant);
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 554 playSoundEffect(SoundEffectConstants.CLICK);
563 playSoundEffect(SoundEffectConstants.CLICK);
581 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
TabHost.java 310 playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
Gallery.java     [all...]
AdapterView.java 288 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
SlidingDrawer.java 451 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
GridView.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 127 playSoundEffect(SoundEffectConstants.CLICK);
ActionMenuPresenter.java 566 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 247 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 151 mIcons[nextFocus].playSoundEffect(
PhoneWindow.java 780 boolean playSoundEffect = false;
787 playSoundEffect = mActionBar.showOverflowMenu();
790 playSoundEffect = mActionBar.hideOverflowMenu();
798 playSoundEffect = st.isOpen;
819 playSoundEffect = true;
824 if (playSoundEffect) {
828 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 401 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 285 * see {@link #playSoundEffect(int)}
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 369 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 648 milliseconds

1 2