Searched defs:effectType (Results 1 – 7 of 7) sorted by relevance
125 SLInterfaceID effectType, effectImplementation; in TestGenericFxCapabilities() local
158 public String effectUuidToString(UUID effectType) { in effectUuidToString()
89 oneway void playSoundEffect(int effectType); in playSoundEffect()91 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
1679 public void playSoundEffect(int effectType) { in playSoundEffect()1714 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
1740 public void playSoundEffect(int effectType) { in playSoundEffect()1745 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()3291 private void onPlaySoundEffect(int effectType, int volume) { in onPlaySoundEffect()
204 long startTime, long duration, int effectType, int colorType) { in createEffectItem()
804 final int effectType = EffectColor.TYPE_COLOR; in testPerformanceEffectOverlappingTransition() local