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

1 2

  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 82 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
83 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
84 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
85 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
86 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
88 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume);
89 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume);
90 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume);
91 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume);
95 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK)
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoundManager.java 61 mAudioManager.playSoundEffect(sound, FX_VOLUME);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java 80 mAudioManager.playSoundEffect(sound, mSettingsValues.mFxVolume);
Settings.java 465 am.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, tempVolume);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java 79 playSoundEffect(SoundEffectConstants.CLICK);
TabletStatusBar.java     [all...]
  /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/android/widget/
ExpandableListView.java 555 playSoundEffect(SoundEffectConstants.CLICK);
564 playSoundEffect(SoundEffectConstants.CLICK);
582 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
TabHost.java 310 playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
Gallery.java     [all...]
AdapterView.java 294 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
SlidingDrawer.java 452 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
GridView.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 127 playSoundEffect(SoundEffectConstants.CLICK);
ActionMenuPresenter.java 567 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 254 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 109 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 151 mIcons[nextFocus].playSoundEffect(
PhoneWindow.java 788 boolean playSoundEffect = false;
795 playSoundEffect = mActionBar.showOverflowMenu();
798 playSoundEffect = mActionBar.hideOverflowMenu();
806 playSoundEffect = st.isOpen;
827 playSoundEffect = true;
832 if (playSoundEffect) {
836 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 310 * see {@link #playSoundEffect(int)}
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 470 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 256 mAudioManager.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 100);

Completed in 1941 milliseconds

1 2