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

1 2

  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 85 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
86 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
87 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
88 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
89 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
91 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume);
92 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume);
93 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume);
94 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume);
98 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK)
    [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 79 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java 103 mAudioManager.playSoundEffect(sound, mSettingsValues.mKeypressSoundVolume);
SettingsFragment.java 409 am.playSoundEffect(
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IconEditor.java 74 v.playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/src/android/view/cts/
MockView.java 553 public void playSoundEffect(int soundConstant) {
554 super.playSoundEffect(soundConstant);
  /frameworks/base/media/java/android/media/
IAudioService.aidl 89 oneway void playSoundEffect(int effectType);
AudioManager.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 127 playSoundEffect(SoundEffectConstants.CLICK);
ActionMenuPresenter.java 570 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 254 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 151 mIcons[nextFocus].playSoundEffect(
PhoneWindow.java 816 boolean playSoundEffect = false;
823 playSoundEffect = mActionBar.showOverflowMenu();
826 playSoundEffect = mActionBar.hideOverflowMenu();
834 playSoundEffect = st.isOpen;
855 playSoundEffect = true;
860 if (playSoundEffect) {
864 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 684 playSoundEffect(SoundEffectConstants.CLICK);
693 playSoundEffect(SoundEffectConstants.CLICK);
711 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
Gallery.java     [all...]
AdapterView.java 294 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
SlidingDrawer.java 457 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
TabHost.java 364 playSoundEffect(soundEffect);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 121 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 304 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 283 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuPresenter.java 589 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 470 playSoundEffect(SoundEffectConstants.CLICK);

Completed in 2257 milliseconds

1 2