HomeSort by relevance Sort by last modified time
    Searched refs:EFFECT_COLOR_GRADIENT (Results 1 - 3 of 3) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/
EffectType.java 31 public static final int EFFECT_COLOR_GRADIENT = 1;
52 context.getString(R.string.effect_gradient), EFFECT_COLOR_GRADIENT);
63 context.getString(R.string.effect_gradient), EFFECT_COLOR_GRADIENT);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieEffect.java 154 return EffectType.EFFECT_COLOR_GRADIENT;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 153 case EffectType.EFFECT_COLOR_GRADIENT:
283 addEffect(EffectType.EFFECT_COLOR_GRADIENT,
    [all...]

Completed in 72 milliseconds