HomeSort by relevance Sort by last modified time
    Searched full:soundeffect (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
TabHost.java 343 int soundEffect = SoundEffectConstants.NAVIGATION_UP;
349 soundEffect = SoundEffectConstants.NAVIGATION_LEFT;
354 soundEffect = SoundEffectConstants.NAVIGATION_RIGHT;
359 soundEffect = SoundEffectConstants.NAVIGATION_DOWN;
365 soundEffect = SoundEffectConstants.NAVIGATION_UP;
371 playSoundEffect(soundEffect);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DialogActionAdapter.java 432 private void playSound(Context context, int soundEffect) {
434 manager.playSoundEffect(soundEffect);
SettingsLayoutAdapter.java 570 private void playSound(Context context, int soundEffect) {
572 manager.playSoundEffect(soundEffect);
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]

Completed in 190 milliseconds