Home | History | Annotate | Download | only in view

Lines Matching defs:playSoundEffect

6596             playSoundEffect(SoundEffectConstants.CLICK);
10155 * @see #playSoundEffect(int)
10167 * @see #playSoundEffect(int)
23634 public void playSoundEffect(int soundConstant) {
23638 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
26298 void playSoundEffect(int effectId);