Searched defs:effectType (Results 1 – 5 of 5) sorted by relevance
64 oneway void playSoundEffect(int effectType); in playSoundEffect()66 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
1368 public void playSoundEffect(int effectType) { in playSoundEffect()1403 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
989 public void playSoundEffect(int effectType) { in playSoundEffect()995 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()2079 private void playSoundEffect(int effectType, int volume) { in playSoundEffect()
204 long startTime, long duration, int effectType, int colorType) { in createEffectItem()
814 final int effectType = EffectColor.TYPE_COLOR; in testPerformanceEffectOverlappingTransition() local