Home | History | Annotate | Download | only in com.example.android.mediaeffects

Lines Matching full:effect

22 import android.media.effect.Effect;
23 import android.media.effect.EffectContext;
24 import android.media.effect.EffectFactory;
48 private Effect mEffect;
119 //if an effect is chosen initialize it and apply it to the texture
126 private void setCurrentEffect(int effect) {
127 mCurrentEffect = effect;
153 // Initialize the correct effect based on the selected menu/action item
279 // if no effect is chosen, just render the original bitmap