Home
last modified time | relevance | path

Searched refs:EFFECT_COLOR_NEGATIVE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/
DEffectType.java33 public static final int EFFECT_COLOR_NEGATIVE = 3; field in EffectType
56 context.getString(R.string.effect_negative), EFFECT_COLOR_NEGATIVE); in getEffects()
67 context.getString(R.string.effect_negative), EFFECT_COLOR_NEGATIVE); in getEffects()
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DMovieEffect.java162 return EffectType.EFFECT_COLOR_NEGATIVE; in toType()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DMediaLinearLayout.java159 case EffectType.EFFECT_COLOR_NEGATIVE: in onPrepareActionMode()
293 addEffect(EffectType.EFFECT_COLOR_NEGATIVE, in applyEffect()
1186 case EffectType.EFFECT_COLOR_NEGATIVE: { in addEffect()