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

1 2 3

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 115 v.playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
124 v.playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
137 v.playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
146 v.playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
160 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
173 v.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN);
190 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
195 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
211 v.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN);
216 v.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 104 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
105 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP);
106 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN);
107 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT);
108 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT);
110 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume);
111 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume);
112 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume);
113 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume);
117 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 129 playSoundEffect(SoundEffectConstants.CLICK);
215 playSoundEffect(SoundEffectConstants.CLICK);
234 public void playSoundEffect(int soundConstant) {
235 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java 107 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 553 public void playSoundEffect(int soundConstant) {
554 super.playSoundEffect(soundConstant);
  /frameworks/base/media/java/android/media/
IAudioService.aidl 101 oneway void playSoundEffect(int effectType);
AudioManager.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 243 am.playSoundEffect(
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java     [all...]
  /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 193 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/widget/
CompoundButton.java 124 playSoundEffect(SoundEffectConstants.CLICK);
ExpandableListView.java 688 playSoundEffect(SoundEffectConstants.CLICK);
697 playSoundEffect(SoundEffectConstants.CLICK);
715 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
Gallery.java     [all...]
ActionMenuPresenter.java 633 playSoundEffect(SoundEffectConstants.CLICK);
AdapterView.java 304 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
SlidingDrawer.java 478 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
TabHost.java 371 playSoundEffect(soundEffect);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 306 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 286 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 632 playSoundEffect(SoundEffectConstants.CLICK);

Completed in 247 milliseconds

1 2 3