Home
last modified time | relevance | path

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

/packages/apps/VideoEditor/src/com/android/videoeditor/
DEffectType.java32 public static final int EFFECT_COLOR_SEPIA = 2; field in EffectType
54 context.getString(R.string.effect_sepia), EFFECT_COLOR_SEPIA); in getEffects()
65 context.getString(R.string.effect_sepia), EFFECT_COLOR_SEPIA); in getEffects()
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DMovieEffect.java158 return EffectType.EFFECT_COLOR_SEPIA; in toType()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DMediaLinearLayout.java156 case EffectType.EFFECT_COLOR_SEPIA: in onPrepareActionMode()
288 addEffect(EffectType.EFFECT_COLOR_SEPIA, in applyEffect()
1180 case EffectType.EFFECT_COLOR_SEPIA: { in addEffect()